次の方法で共有


ICorDebugFunctionBreakpoint

更新 : 2007 年 11 月

関数内のブレークポイントをサポートするように ICorDebugBreakpoint インターフェイスを拡張します。

interface ICorDebugFunctionBreakpoint : ICorDebugBreakpoint {
        
    HRESULT GetFunction (
        [out] ICorDebugFunction  **ppFunction
    );
        
    HRESULT GetOffset (
        [out] ULONG32            *pnOffset
    );
        
};

メソッド

メソッド

説明

ICorDebugFunctionBreakpoint::GetFunction メソッド

ブレークポイントが設定されている関数を参照する ICorDebugFunction へのインターフェイス ポインタを取得します。

ICorDebugFunctionBreakpoint::GetOffset メソッド

関数内のブレークポイントのオフセットを取得します。

必要条件

プラットフォーム : 「.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

参照

参照

ICorDebugBreakpoint

その他の技術情報

デバッグのインターフェイス