Property AreAssertionsEnabled
AreAssertionsEnabled
Gets a bool value indicating whether memory assertions are enabled.
Declaration
public static bool AreAssertionsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Memory assertions will only be enabled if profiling is active, and full instance tracking is enabled in the profiler.