ICorDebugAppDomain::EnumerateBreakpoints 方法
获取应用程序域中所有活动断点的枚举器。
语法
HRESULT EnumerateBreakpoints (
[out] ICorDebugBreakpointEnum **ppBreakpoints
);
参数
ppBreakpoints
[out]指向 ICorDebugBreakpointEnum 对象的地址的指针,该对象是应用程序域中所有活动断点的枚举器。
注解
枚举器包含所有类型的断点,包括函数断点和数据断点。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用