ICorDebugThread::GetActiveChain 方法

获取指向此 ICorDebugThread 对象上活动(最新)堆栈链的接口指针。

语法

HRESULT GetActiveChain (
    [out] ICorDebugChain **ppChain
);

参数

ppChain [out]指向表示堆栈链的 ICorDebugChain 对象的地址的指针。

注解

如果当前没有堆栈链处于活动状态,则 ppChain 参数为 NULL。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用