ICorDebugFunctionBreakpoint::GetOffset 方法
获取函数中断点的偏移量。
语法
HRESULT GetOffset (
[out] ULONG32 *pnOffset
);
参数
pnOffset
[out] 断点偏移量的指针。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用
获取函数中断点的偏移量。
HRESULT GetOffset (
[out] ULONG32 *pnOffset
);
pnOffset
[out] 断点偏移量的指针。
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用