SubsystemTriggerKinds Enumeration |
This enumeration represents the various types of event triggers that can be set, reset,
and fetched using the public methods of this class. This enumeration is a Flags
enumeration, which means its enumerators have values that are powers of 2 that can be
combined using the bitwise operators. See
https://msdn.microsoft.com/en-us/library/system.flagsattribute.aspx for details.
Namespace:
IntervalZero.RTX64.MonitorAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)


Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
StartMonitoring | 1 |
