IDkmClrNcInstructionAddressResolver Interface

Definition

Interface for resolving type ref token to type def and the associated assembly.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmClrNcInstructionAddressResolver
public interface IDkmClrNcInstructionAddressResolver
type IDkmClrNcInstructionAddressResolver = interface
Public Interface IDkmClrNcInstructionAddressResolver

Methods

ResolveMappingMetadataTypeRefToken(DkmClrNcModuleInstance, Int32, String, Int32)

Resolve a token.

Applies to