次の方法で共有


ICorDebugManagedCallback::LoadAssembly メソッド

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

構文

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

パラメーター

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

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

Requirements

プラットフォーム:サポートされている .NET オペレーティング システムを参照してください。

ヘッダ: CorDebug.idl、CorDebug.h

図書館: CorGuids.lib

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

こちらも参照ください