ICorDebugManagedCallback::UnloadModule メソッド

共通言語ランタイムモジュール (DLL) がアンロードされたことをデバッガーに通知します。

構文

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

パラメーター

pAppDomain
[in] モジュールが格納されたアプリケーション ドメインを表す ICorDebugAppDomain オブジェクトへのポインター。

pModule
[in] モジュールを表す ICorDebugModule オブジェクトへのポインター。

解説

この呼び出しの後にモジュールを使用することはできません。

必要条件

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

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

ライブラリ: CorGuids.lib

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

関連項目