IThreadInfoThreadState Property |
Win32_PerfRawData_PerfProc_Thread: Current state of the thread.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int ThreadState { get; set; }
Property ThreadState As Integer
Get
Set
property int ThreadState {
int get ();
void set (int value);
}
abstract ThreadState : int with get, set
Property Value
Type:
Int32
The state of the thread.
See Also