获取指向此 ICorDebugThread 对象上活动(最新)帧的接口指针。
Syntax
HRESULT GetActiveFrame (
[out] ICorDebugFrame **ppFrame
);
参数
ppFrame [out]指向表示帧的 ICorDebugFrame 接口对象的地址的指针。
注解
如果当前没有帧处于活动状态,则参数 ppFrame 为 null。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起可用