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.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
[FlagsAttribute]
public enum TriggerKinds
Members
Member nameValueDescription
None0
StartMonitoring1
See Also