共用方式為


ICorDebugAppDomain::EnumerateBreakpoints 方法

更新:2007 年 11 月

取得應用程式定義域中所有現用中斷點的列舉值。

HRESULT EnumerateBreakpoints (
    [out] ICorDebugBreakpointEnum   **ppBreakpoints
);

參數

  • ppBreakpoints
    [out] ICorDebugBreakpointEnum 物件之位址的指標,這個物件是應用程式定義域之所有使用中中斷點的列舉值。

備註

此列舉值包含中斷點的所有型別,包括函式中斷點和資料中斷點。

需求

**平台:**請參閱 .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

請參閱

參考

ICorDebugAppDomain