取得對應至指定中繼資料介面的模組。
語法
HRESULT GetModuleFromMetaDataInterface (
[in] IUnknown *pIMetaData,
[out] ICorDebugModule **ppModule
);
參數
pIMetaData [在]物件的指標,該物件是其中一個 中繼資料介面。
ppModule [出]ICorDebugModule 物件位址的指標,代表對應至指定中繼資料介面的模組。
需求
平台: 請參閱 .NET 支援的作業系統。
標題: CorDebug.idl、CorDebug.h
圖書館: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起提供