DkmGetSymbolNameForAddressAsyncResult(String) Constructor

Definition

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.

Applies to