Gets a bool value indicating whether .NET Memory Profiler is attached to the current process.

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

Syntax

C#
public static bool IsProfiling { get; }
Visual Basic
Public Shared ReadOnly Property IsProfiling As Boolean
	Get
Visual C++
public:
static property bool IsProfiling {
	bool get ();
}

See Also