ICorDebugFunction::CreateBreakpoint 方法
在此函数的开头创建断点。
语法
HRESULT CreateBreakpoint (
[out] ICorDebugFunctionBreakpoint **ppBreakpoint
);
参数
ppBreakpoint
[out] 指向 ICorDebugFunctionBreakpoint 对象地址的指针,此对象表示函数的新断点。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用