DkmThread.NativeStartAddress Property

Definition

If available, this is the Win32 start address of this thread (value passed to the CreateThread API). The value will not always be available, for example, it is generally not available in scenarios where the thread was started after the debugger attached, or in minidumps.

public:
 property System::UInt64 NativeStartAddress { System::UInt64 get(); };
public:
 property unsigned long long NativeStartAddress { unsigned long long get(); };
public ulong NativeStartAddress { get; }
member this.NativeStartAddress : uint64
Public ReadOnly Property NativeStartAddress As ULong

Property Value

Returns UInt64.

Applies to