A TypeSet that contains all managed Types in the current process.

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

Syntax

C#
public static readonly TypeSet All
Visual Basic
Public Shared ReadOnly All As TypeSet
Visual C++
public:
static initonly TypeSet^ All

Remarks

This TypeSet or the EmptyTypeSet should be used as a base when defining new TypeSets.

See Also