DkmGetCurrentCPUAddressAsyncResult.InstructionPointers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
映射到此 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。