DkmGetPublicSymbolByNameCallbackAsyncResult.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] The native instruction symbol for this public symbol.
public:
property Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionSymbol ^ Address { Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionSymbol ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionSymbol Address { get; }
public Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionSymbol? Address { get; }
member this.Address : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionSymbol
Public ReadOnly Property Address As DkmNativeInstructionSymbol