Share via


DkmGetSymbolNameForAddressAsyncResult.SymbolName Property

Definition

[Optional] The name of the found symbol at the specified address, or null if there is no symbol name.

This API was introduced in Visual Studio 16 Update 7 (DkmApiVersion.VS16Update7).

public:
 property System::String ^ SymbolName { System::String ^ get(); };
public string SymbolName { get; }
public string? SymbolName { get; }
member this.SymbolName : string
Public ReadOnly Property SymbolName As String

Property Value

Applies to