Share via


DkmStackWalkFrame.FrameBase Property

Definition

Base stack pointer of the frame. This is used by the SDM to sort the frame, and it is used by the stack merger to assess walk progress, so this value is required even for annotated frames. This value should only be invalid in the case that the debuggee's stack is corrupt.

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

Property Value

Returns UInt64.

Applies to