Click or drag to resize

ThreadInfoPriorityCurrent Property

Win32_PerfRawData_PerfProc_Thread: Current dynamic priority of this thread. The system can raise the dynamic priority of the thread above the base priority if the thread is handling user input, or lower it toward the base priority if the thread starts executing a CPU-intensive computation.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int PriorityCurrent { get; set; }

Property Value

Type: Int32
The priority current.

Implements

IThreadInfoPriorityCurrent
See Also