IProcessPerfDataInfoThreadCount Property |
Win32_PerfFormattedData_PerfProc_Process: Number of threads currently active in this process.
An instruction is the basic unit of execution in a processor, and a thread is the object
that executes instructions. Every running process has at least one thread.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int ThreadCount { get; set; }
Property ThreadCount As Integer
Get
Set
property int ThreadCount {
int get ();
void set (int value);
}
abstract ThreadCount : int with get, set
Property Value
Type:
Int32
The thread count.
See Also