ICorDebugManagedCallback2::DestroyConnection メソッド

指定した接続が終了したことをデバッガーに通知します。

HRESULT DestroyConnection (
    [in] ICorDebugProcess     *pProcess,
    [in] CONNID               dwConnectionId
);

パラメーター

  • pProcess
    [入力] 破棄された接続を含むプロセスを表す ICorDebugProcess オブジェクトへのポインター。

  • dwConnectionId
    [入力] 破棄された接続の ID。

解説

DestroyConnection コールバックは、ホストが Hosting APIICLRDebugManager::EndConnection を呼び出すときに発生します。

必要条件

プラットフォーム: 「.NET Framework システム要件」を参照

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

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

参照

参照

ICorDebugManagedCallback2 インターフェイス

ICorDebugManagedCallback インターフェイス