Sdílet prostřednictvím


DkmGetCurrentCPUAddressAsyncResult.InstructionPointers Property

Definition

An array of the current CPU Instruction Addresses that map to this DkmInstructionAddress.

public:
 property cli::array <System::UInt64> ^ InstructionPointers { cli::array <System::UInt64> ^ get(); };
public:
 property Platform::Array <unsigned long long> ^ InstructionPointers { Platform::Array <unsigned long long> ^ get(); };
public ulong[] InstructionPointers { get; }
member this.InstructionPointers : uint64[]
Public ReadOnly Property InstructionPointers As ULong()

Property Value

UInt64[]

Returns UInt64.

Applies to