Subsystem.GetEnabledComponents Method

This method returns the transient or persistent configuration specifying which product components currently have monitor event generation enabled. If parameter persistent is TRUE, this returns the persistent configuration, otherwise it returns the transient configuration. The return value is the bitwise OR of enumerators from enumeration RT_MONITOR_COMPONENT, in which each set bit represents a product component that has monitor event generation enabled.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public MonitorComponent GetEnabledComponents(bool persistent)

Implements

IMonitorSubsystem.GetEnabledComponents
Exceptions
ExceptionCondition
RTX64Exception

Thrown if this method is called without the RTX64 Runtime installed, or if parameter persistent is false and the RTX64 Runtime is not started.

See Also