IDkmClrModuleLookup.FindClrModuleInstance Method

Definition

Obtains the DkmClrModuleInstance from an ICorDebugModule.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrModuleInstance ^ FindClrModuleInstance(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ clrRuntimeInstance, Microsoft::VisualStudio::CorDebugInterop::ICorDebugModule ^ corModule);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance FindClrModuleInstance (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule corModule);
abstract member FindClrModuleInstance : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule -> Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance
Public Function FindClrModuleInstance (clrRuntimeInstance As DkmClrRuntimeInstance, corModule As ICorDebugModule) As DkmClrModuleInstance

Parameters

clrRuntimeInstance
DkmClrRuntimeInstance

[In] Represents a CLR instance running in a target process.

corModule
ICorDebugModule

[In] The CLR module to get the module instance for.

Returns

[Out] The DkmClrModuleInstance that matches the provided ICorDebugModule.

Applies to