DkmGetCurrentCPUAddressAsyncResult.InstructionPointers 属性

定义

映射到此 DkmInstructionAddress 的当前 CPU 指令地址的数组。

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()

属性值

UInt64[]

返回 UInt64

适用于