IDkmSymbolDisassemblyQuery Interface

Definition

This API is used to resolve symbols in the disassembly window.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: RuntimeId, SymbolProviderId.

public interface class IDkmSymbolDisassemblyQuery
public interface class IDkmSymbolDisassemblyQuery
__interface IDkmSymbolDisassemblyQuery
public interface IDkmSymbolDisassemblyQuery
type IDkmSymbolDisassemblyQuery = interface
Public Interface IDkmSymbolDisassemblyQuery

Methods

GetDisassemblyLabel(DkmInstructionSymbol, DkmInspectionSession)

Return the name of the symbol as it should appear in the disassembly window. For Microsoft C++ code, this is based on the public symbol name.

Applies to