ContextSwitchEvent.SwitchOutThreadIsUserMode Property

Definition

Gets a value indicating whether the thread switching out is a user mode thread.

public bool SwitchOutThreadIsUserMode { get; }
member this.SwitchOutThreadIsUserMode : bool
Public ReadOnly Property SwitchOutThreadIsUserMode As Boolean

Property Value

Remarks

If this value is false, the thread switching out is a kernel mode thread.

Applies to