編輯

共用方式為


ContextSwitchEvent.SwitchInThreadPriority Property

Definition

Gets the priority of the thread currently planned to be switched in.

public int SwitchInThreadPriority { get; }
member this.SwitchInThreadPriority : int
Public ReadOnly Property SwitchInThreadPriority As Integer

Property Value

Remarks

The SwitchInThread used by this event is planned, but occasionally a last-moment change results in another thread actually switching in instead, in which case this property is not accurate.

Applies to