IDkmClrModuleLookup Interface

Definition

Obtains the DkmClrModuleInstance from an ICorDebugModule.

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, TransportKind.

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

Methods

FindClrModuleInstance(DkmClrRuntimeInstance, ICorDebugModule)

Obtains the DkmClrModuleInstance from an ICorDebugModule.

Applies to