ICorDebugAppDomain::GetModuleFromMetaDataInterface 方法
取得對應至特定中繼資料介面的模組。
語法
HRESULT GetModuleFromMetaDataInterface (
[in] IUnknown *pIMetaData,
[out] ICorDebugModule **ppModule
);
參數
pIMetaData
[in] 其中一個中繼資料介面的指標。
ppModule
[out] ICorDebugModule 物件位址的指標,代表對應至特定中繼資料介面的模組。
規格需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework版本:自 1.0 起可用