AppDomain::MonitoringIsEnabled Property
Gets or sets a value that indicates whether CPU and memory monitoring of application domains is enabled for the current process. Once monitoring is enabled for a process, it cannot be disabled.
Assembly: mscorlib (in mscorlib.dll)
public: property bool MonitoringIsEnabled { [SecurityCriticalAttribute] static bool get(); [SecurityCriticalAttribute] static void set(bool value); }
| Exception | Condition |
|---|---|
| ArgumentException | The current process attempted to assign the value false to this property. |
This static property (Shared property in Visual Basic) controls CPU and memory monitoring of all the application domains in the process.
If you attempt to set this property to false, a ArgumentException exception is thrown, even if the current value of the property is false.
Once monitoring is enabled, you can use the MonitoringSurvivedMemorySize, MonitoringSurvivedProcessMemorySize, MonitoringTotalAllocatedMemorySize, and MonitoringTotalProcessorTime instance properties to monitor CPU and memory use of individual application domains.
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 4.0
Silverlight
Available since 4.0