DkmArm64FrameRegisters.Sp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stack Pointer.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::UInt64 Sp { System::UInt64 get(); };
public:
property unsigned long long Sp { unsigned long long get(); };
public ulong Sp { get; }
member this.Sp : uint64
Public ReadOnly Property Sp As ULong