ICorDebugAppDomain::EnumerateBreakpoints 方法
取得應用程式域中所有使用中斷點的列舉值。
語法
HRESULT EnumerateBreakpoints (
[out] ICorDebugBreakpointEnum **ppBreakpoints
);
參數
ppBreakpoints
[out]ICorDebugBreakpointEnum 對象的位址指標,此對像是應用程式域中所有作用中斷點的列舉值。
備註
列舉值包含所有類型的斷點,包括函式斷點和數據斷點。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供