DkmGetSymbolNameForAddressAsyncResult(String) Constructor
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.
Creates a new result structure to hold the output from a successful call to DkmRuntimeInstance.GetSymbolNameForAddress.
public:
DkmGetSymbolNameForAddressAsyncResult(System::String ^ SymbolName);
public DkmGetSymbolNameForAddressAsyncResult (string SymbolName);
public DkmGetSymbolNameForAddressAsyncResult (string? SymbolName);
new Microsoft.VisualStudio.Debugger.Disassembly.DkmGetSymbolNameForAddressAsyncResult : string -> Microsoft.VisualStudio.Debugger.Disassembly.DkmGetSymbolNameForAddressAsyncResult
Public Sub New (SymbolName As String)
Parameters
- SymbolName
- String
[In,Optional] The name of the found symbol at the specified address, or null if there is no symbol name.