Click or drag to resize

ThreadInfoIdThread 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
[DataMemberAttribute]
public long IdThread { get; set; }

Property Value

Type: Int64
The ID thread.

Implements

IThreadInfoIdThread
See Also