IDkmLanguageInstructionDecoder Interface

Definition

This interface allows a language extension to format the display of the 'Function' column in the breakpoints window, and other places that attempt to format an instruction address.

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, EngineId, LanguageId, RuntimeId.

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

Methods

GetMethodName(DkmLanguageInstructionAddress, DkmVariableInfoFlags)

Provides a text representation for a method symbol. This is used when describing an address in the UI, for example the 'Function' column in the breakpoints window.

Applies to