Gets a string array containing the type names
of the instances that should
be checked when the target method has been executed.
Namespace:
SciTech.NetMemProfilerAssembly: MemProfiler2 (in MemProfiler2.dll)
Syntax
| C# |
|---|
public string[] GetTypeNames() |
| Visual Basic |
|---|
Public Function GetTypeNames As String() |
| Visual C++ |
|---|
public: array<String^>^ GetTypeNames() |
Return Value
An array containing the type names of the instances that should be checked. null is returned if the types has been specified using the Type class.
Remarks
If the types has been specified using the Type class,
then this method will return null.