Gets the Types 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[] GetTypes()
Visual Basic
Public Function GetTypes As Type()
Visual C++
public:
array<Type^>^ GetTypes()

Remarks

If no type has been specified, or if the types has been specified using name strings, then this method will return null.

See Also