次の方法で共有


ICorDebugManagedCallback::UnloadAssembly メソッド

共通言語ランタイム アセンブリがアンロードされたことをデバッガーに通知します。

構文

HRESULT UnloadAssembly (
    [in] IcorDebugAppDomain  *pAppDomain,
    [in] ICorDebugAssembly   *pAssembly
);

パラメーター

pAppDomain [in]アセンブリを含むアプリケーション ドメインを表す ICorDebugAppDomain オブジェクトへのポインター。

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

解説

このコールバックの後にアセンブリを使用することはできません。

必要条件

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

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

ライブラリ: CorGuids.lib

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

関連項目