DkmFindExportNameAsyncResult.Address Property

Definition

[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.

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

Property Value

Returns DkmNativeInstructionAddress.

Applies to