ICorDebugThread3 接口

提供 ICorDebugStackWalk 和相应接口的入口点。

方法

方法

说明

ICorDebugThread3::CreateStackWalk 方法

为要展开其堆栈的线程创建 ICorDebugStackWalk 对象。

ICorDebugThread3::GetActiveInternalFrames 方法

返回堆栈上的内部帧(ICorDebugInternalFrame2 对象)的数组。

备注

ICorDebugThread3ICorDebugThread 接口的逻辑扩展。

注意注意

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

要求

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

头文件: CorDebug.idl、CorDebug.h

**库:**CorGuids.lib

**.NET Framework 版本:**4

请参见

参考

ICorDebugThread 接口

ICorDebugThread2 接口

其他资源

调试接口

调试(非托管 API 参考)