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; }
<DataMemberAttribute>
Public Property IdThread As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long IdThread {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract IdThread : int64 with get, set
[<DataMemberAttribute>]
override IdThread : int64 with get, set
Property Value
Type:
Int64
The ID thread.
Implements
IThreadInfoIdThreadSee Also