Share via


ICorDebugAppDomain.GetModuleFromMetaDataInterface Method

Definition

public:
 void GetModuleFromMetaDataInterface(System::Object ^ pIMetaData, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugModule ^ % ppModule);
public void GetModuleFromMetaDataInterface (object pIMetaData, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule ppModule);
abstract member GetModuleFromMetaDataInterface : obj * ICorDebugModule -> unit
Public Sub GetModuleFromMetaDataInterface (pIMetaData As Object, ByRef ppModule As ICorDebugModule)

Parameters

pIMetaData
Object
ppModule
ICorDebugModule

Applies to