次の方法で共有


ICorDebugModuleBreakpoint

更新 : 2007 年 11 月

特定のモジュールにアクセスできるように ICorDebugBreakpoint インターフェイスを拡張します。

interface ICorDebugModuleBreakpoint : ICorDebugBreakpoint {
        
    HRESULT GetModule (
        [out] ICorDebugModule   **ppModule
    );
        
};

メソッド

メソッド

説明

ICorDebugModuleBreakpoint::GetModule メソッド

このブレークポイントが設定されているモジュールを参照する ICorDebugModule へのインターフェイス ポインタを取得します。

必要条件

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

その他の技術情報

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