ProcessPerfDataInfoThreadCount 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 [DataMemberAttribute]
public int ThreadCount { get; set; }
<DataMemberAttribute>
Public Property ThreadCount As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int ThreadCount {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract ThreadCount : int with get, set
[<DataMemberAttribute>]
override ThreadCount : int with get, set
Property Value
Type:
Int32
The thread count.
Implements
IProcessPerfDataInfoThreadCountSee Also