Udostępnij za pośrednictwem


DkmGetVolatileFlagsAsyncResult.Flags Property

Definition

Volatile flags that apply to a thread. These values are expected to change over time and should not be cached by callers.

public:
 property Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags Flags { Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags get(); };
public:
 property Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags Flags { Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags get(); };
public Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags Flags { get; }
member this.Flags : Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags
Public ReadOnly Property Flags As DkmVolatileThreadFlags

Property Value

Returns DkmVolatileThreadFlags.

Applies to