提供用于在线程堆栈上获取托管方法或帧的方法。
Methods
| 方法 | Description |
|---|---|
| GetContext 方法 | 返回对象中当前帧的 ICorDebugStackWalk 上下文。 |
| SetContext 方法 | 将 ICorDebugStackWalk 对象的当前上下文设置为线程的有效上下文。 |
| Next 方法 | 将 ICorDebugStackWalk 对象移动到下一帧。 |
| GetFrame 方法 | 获取对象中的 ICorDebugStackWalk 当前帧。 |
注解
注释
此接口不支持远程调用,无论是跨计算机还是跨进程。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 4.0 起可用