ICorDebugInternalFrame2 接口

提供有关内部帧的信息,包括堆栈地址和相对于 ICorDebugFrame 对象的位置。

方法

方法

说明

ICorDebugInternalFrame2::GetFrameAddress 方法

返回内部帧的堆栈地址。

ICorDebugInternalFrame2::IsCloserToLeaf 方法

检查 this 内部帧是否比指定的 ICorDebugFrame 对象更接近叶。

备注

注意注意

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

要求

**平台:**请参见 .NET Framework 系统要求

头文件: CorDebug.idl、CorDebug.h

**库:**CorGuids.lib

**.NET Framework 版本:**4

请参见

参考

ICorDebugFrame 接口

其他资源

调试接口

调试(非托管 API 参考)