ICorDebugManagedCallback::LoadAssembly メソッド

共通言語ランタイム (CLR) アセンブリが正常に読み込まれたことをデバッガーに通知します。

構文

HRESULT LoadAssembly (  
    [in] ICorDebugAppDomain *pAppDomain,  
    [in] ICorDebugAssembly  *pAssembly  
);  

パラメーター

pAppDomain
[入力] アセンブリが読み込まれたアプリケーション ドメインを表す ICorDebugAppDomain オブジェクトへのポインター。

pAssembly
[入力] アセンブリを表す ICorDebugAssembly オブジェクトへのポインター。

必要条件

:システム要件」を参照してください。

ヘッダー: CorDebug.idl、CorDebug.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 1.0 以降で使用可能

関連項目