共用方式為


ICorDebugThread::GetActiveFrame 方法

取得此 ICorDebugThread 物件上之使用中 (最新) 框架的介面指標。

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

參數

  • ppFrame
    [out] 表示框架之 ICorDebugFrame 介面物件的位址指標。

備註

如果目前沒有使用中的框架,則 ppFrame 參數為 null。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugThread 介面

ICorDebugThread2 介面