DkmFindExportByOrdinalAsyncResult.Address 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.
[Optional] If the export was found in the specified module, this will contain the target address. Note that this instruction address object may be in a different module than the searched module. This can happen if the export was forwarded and the destination module is already loaded. If the destination module is not loaded, the export will be ignored.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.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; }
public Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress? Address { get; }
member this.Address : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress
Public ReadOnly Property Address As DkmNativeInstructionAddress