Gets a value indicating the maximum number of new instances that should exist after the target method has been executed.

Namespace:  SciTech.NetMemProfiler
Assembly:  MemProfiler2 (in MemProfiler2.dll)

Syntax

C#
public int InstanceCount { get; }
Visual Basic
Public ReadOnly Property InstanceCount As Integer
	Get
Visual C++
public:
property int InstanceCount {
	int get ();
}

See Also