Gets the Type of the instances that should be checked when the target method has been executed.

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

Syntax

C#
public Type Type { get; }
Visual Basic
Public ReadOnly Property Type As Type
	Get
Visual C++
public:
property Type^ Type {
	Type^ get ();
}

Remarks

If more than one type should be checked or if the types have been specified using name strings, then this property will return null.

See Also