IDkmClrSymbolCallback160 Interface

Definition

Symbol provider callback enhancements added for Visual Studio 2019.

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 16 RTM (DkmApiVersion.VS16RTMPreview).

public interface class IDkmClrSymbolCallback160
public interface IDkmClrSymbolCallback160
type IDkmClrSymbolCallback160 = interface
Public Interface IDkmClrSymbolCallback160

Methods

GetSequencePoints(DkmClrInstructionSymbol)

Gets the sequence points for a CLR method from the symbol file.

Applies to