ICorDebugAppDomain.GetModuleFromMetaDataInterface Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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