DkmArm64FrameRegisters.Pc 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.
Instruction Pointer.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::UInt64 Pc { System::UInt64 get(); };
public:
property unsigned long long Pc { unsigned long long get(); };
public ulong Pc { get; }
member this.Pc : uint64
Public ReadOnly Property Pc As ULong