共用方式為


ICorDebugManagedCallback2::DestroyConnection 方法

通知調試程式指定的連接已終止。

語法

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

參數

pProcess [in]ICorDebugProcess 物件的指標,代表包含已終結之連接的進程。

dwConnectionId [in]已終結之連接的標識碼。

備註

DestroyConnection當主機在裝載 API 中呼叫 ICLRDebugManager::EndConnection 時,將會引發回呼。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 2.0 起提供

另請參閱