次の方法で共有


ICorDebugManagedCallback::Breakpoint メソッド

更新 : 2007 年 11 月

ブレークポイントが検出されたときにデバッガに通知します。

HRESULT Breakpoint (
    [in] ICorDebugAppDomain  *pAppDomain,
    [in] ICorDebugThread     *pThread,
    [in] ICorDebugBreakpoint *pBreakpoint
);

パラメータ

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

  • pThread
    [入力] ブレークポイントを含むスレッドを表す ICorDebugThread オブジェクトへのポインタ。

  • pBreakpoint
    [入力] ブレークポイントを表す ICorDebugBreakpoint オブジェクトへのポインタ。

必要条件

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

ヘッダー : CorDebug.idl

ライブラリ : CorGuids.lib

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

参照

参照

ICorDebugManagedCallback