共用方式為


ICorDebugFrame::GetCaller 方法

更新:2007 年 11 月

取得指標,指向目前鏈結中呼叫此框架的 ICorDebugFrame 物件。

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

參數

  • ppFrame
    [out] 表示呼叫框架之 ICorDebugFrame 物件的位址指標。如果被呼叫的框架為目前鏈結中最外部的框架,這個值為 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

請參閱

參考

ICorDebugFrame