Share via


IDkmClrTypeRuntimeInfoProvider178 Interface

Definition

Interface implemented by the Managed DM to provide type information from the CLR.

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 17 Update 8 (DkmApiVersion.VS17Update8).

public interface IDkmClrTypeRuntimeInfoProvider178
type IDkmClrTypeRuntimeInfoProvider178 = interface
Public Interface IDkmClrTypeRuntimeInfoProvider178

Methods

GetTypeIdForTypeName(DkmClrModuleInstance, String)

Returns the type id for a given type name.

Applies to