ICorDebugFunction::CreateBreakpoint 方法

在此函数的开头创建断点。

Syntax

HRESULT CreateBreakpoint (
    [out] ICorDebugFunctionBreakpoint **ppBreakpoint
);

参数

ppBreakpoint [out]指向 ICorDebugFunctionBreakpoint 对象的地址的指针,该对象表示函数的新断点。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用