IContextSwitchIn Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |