IThreadInfoPriorityCurrent 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 int PriorityCurrent { get; set; }
Property PriorityCurrent As Integer
Get
Set
property int PriorityCurrent {
int get ();
void set (int value);
}
abstract PriorityCurrent : int with get, set
Property Value
Type:
Int32
The priority current.
See Also