IDkmDisassemblyFunctionLabelProvider 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.
Provides symbols needed for formatting disassembly.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.
This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).
public interface class IDkmDisassemblyFunctionLabelProvider
public interface IDkmDisassemblyFunctionLabelProvider
type IDkmDisassemblyFunctionLabelProvider = interface
Public Interface IDkmDisassemblyFunctionLabelProvider
Methods
GetFunctionLabels(DkmModule, UInt64) |
Gets the symbol name for the RVA. |
GetFunctionRva(DkmModule, UInt64) |
Gets the RVA of the function containing the specified RVA. |