編輯

共用方式為


IContextSwitchIn Interface

Definition

Defines data about the thread switching in during a context switch.

public interface IContextSwitchIn
type IContextSwitchIn = interface
Public Interface IContextSwitchIn

Properties

ContextSwitch

Gets the context switch in which this switch in is occurring.

Priority

Gets the priority of the thread switching in.

Process

Gets the process that owns the thread that is switching in.

Quantum

Gets the quantum for the thread switching in.

Stack

Gets the stack of the thread switching in.

Thread

Gets the thread switching in.

ThreadId

Gets the ID of the thread switching in.

ThreadPriorityDecrement
ThreadQualityOfService

Gets the quality of service level for the thread currently planned to be switched in.

WaitTime

Gets the wait time for the thread currently planned to be switched in.

Applies to