ThreadInfoStartAddress Property |
Win32_PerfRawData_PerfProc_Thread: Starting virtual address for this 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 StartAddress { get; set; }
<DataMemberAttribute>
Public Property StartAddress As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long StartAddress {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract StartAddress : int64 with get, set
[<DataMemberAttribute>]
override StartAddress : int64 with get, set
Property Value
Type:
Int64
The start address.
Implements
IThreadInfoStartAddressSee Also