DkmClrRuntimeInstance.FindClrModuleInstance(ICorDebugModule) Method

Definition

Obtains the DkmClrModuleInstance from an ICorDebugModule.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrModuleInstance ^ FindClrModuleInstance(Microsoft::VisualStudio::CorDebugInterop::ICorDebugModule ^ CorModule);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance FindClrModuleInstance (Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule CorModule);
member this.FindClrModuleInstance : Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule -> Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance
Public Function FindClrModuleInstance (CorModule As ICorDebugModule) As DkmClrModuleInstance

Parameters

CorModule
ICorDebugModule

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

Returns

[Out] The DkmClrModuleInstance that matches the provided ICorDebugModule.

Applies to