IThreadInfoIdThread Property |
Win32_PerfRawData_PerfProc_Thread: Unique identifier of this thread. Values for this
property are reused, so they only identify a thread for the lifetime of that thread.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long IdThread { get; set; }
Property IdThread As Long
Get
Set
property long long IdThread {
long long get ();
void set (long long value);
}
abstract IdThread : int64 with get, set
Property Value
Type:
Int64
The ID thread.
See Also