共用方式為


ICorDebugManagedCallback::LoadModule 方法

通知調試程式 Common Language Runtime (CLR) 模組已成功載入。

語法

HRESULT LoadModule (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugModule    *pModule
);

參數

pAppDomain [in]ICorDebugAppDomain 物件的指標,代表已載入模組的應用程式域。

pModule [in]代表 CLR 模組之 ICorDebugModule 物件的指標。

備註

LoadModule 呼提供適當的時間來檢查模組的元數據、設定 Just-In-Time (JIT) 編譯程式旗標,或啟用或停用模組的類別載入回呼。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供

另請參閱