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