共用方式為


ICorDebugThread::GetActiveFrame 方法

取得此 ICorDebugThread 物件上作用中 (最新) 畫面的介面指標。

語法

HRESULT GetActiveFrame (
    [out] ICorDebugFrame   **ppFrame
);

參數

ppFrame [出]代表框架之 ICorDebugFrame 介面物件位址的指標。

備註

如果目前沒有作用中的框架,則參數 ppFrame 為空值。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供