共用方式為


ICorDebugManagedCallback::LoadModule 方法

通知偵錯工具已成功載入共用語言執行階段 (CLR) 模組。

語法

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

參數

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

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

備註

LoadModule回呼提供適當的時間來檢查模組的中繼資料、設定 Just-In-Time (JIT) 編譯器旗標,或啟用或停用模組的類別載入回呼。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供

另請參閱