Property IsProfiling
IsProfiling
Gets a bool value indicating whether .NET Memory Profiler is profiling the current process.
Declaration
public static bool IsProfiling { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if profiling is enabled; false otherwise. |