DkmFindExportByOrdinalAsyncResult.Address 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无如果在指定的模块中找到导出,此操作将包含目标地址。 请注意,此指令地址对象可能位于与搜索模块不同的模块中。 如果导出已转发并且目标模块已加载,则可能会发生这种情况。 如果未加载目标模块,则导出将被忽略。
此 API 是在 Visual Studio 15 RTM (VS15RTM) 中引入的。
public:
property Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address { Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address { Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress Address { get; }
member this.Address : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress
Public ReadOnly Property Address As DkmNativeInstructionAddress