共用方式為


ICorDebugChain::GetPrevious 方法

更新:2007 年 11 月

取得執行緒先前的框架鏈結。

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

參數

  • ppChain
    [out] ICorDebugChain 物件之位址的指標,這個物件代表此執行緒先前的框架鏈結。如果這個鏈結是第一個鏈結,則 ppChain 為 null。

需求

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

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

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

請參閱

參考

ICorDebugChain