ICorDebugFunctionBreakpoint 接口

扩展 ICorDebugBreakpoint 接口以支持函数中的断点。

Methods

方法 Description
GetFunction 方法 获取指向 ICorDebugFunction 的接口指针,该函数引用在其中设置了断点的函数。
GetOffset 方法 获取函数中断点的偏移量。

注解

注释

此接口不支持远程调用,无论是跨计算机还是跨进程。

要求

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

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

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