IDkmClrSymbolCallback120 Interface

Definition

Enhancement to IDkmClrSymbolCallback to allow it to support ClrNc scenarios.

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.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Methods

GetMethodLocalSymbols(DkmClrInstructionSymbol)

Returns the scopes within a method. There will always be at least one scope.

GetMethodSymbolStoreAttribute(DkmClrInstructionSymbol, String)

Gets a custom attribute based upon its name. Not to be confused with Metadata custom attributes, these attributes are held in the symbol store.

Applies to