IDkmSymbolDisassemblyQuery Interface
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.
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. |