編輯

共用方式為


CompactContextSwitchEvent.SwitchOutThreadState Property

Definition

Gets the state of the thread switching out.

public Nullable<Microsoft.Windows.EventTracing.Cpu.ThreadState> SwitchOutThreadState { get; }
member this.SwitchOutThreadState : Nullable<Microsoft.Windows.EventTracing.Cpu.ThreadState>
Public ReadOnly Property SwitchOutThreadState As Nullable(Of ThreadState)

Property Value

Remarks

This value is not present when the thread switching out is the idle thread.

Applies to