分享方式:


ICorDebugFrame::GetCaller 方法

在呼叫這個框架的目前鏈結中取得 ICorDebugFrame 物件的指標。

語法

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

參數

ppFrame
[輸出] ICorDebugFrame 物件的位址指標,此物件代表呼叫中框架。 如果呼叫的框架是目前鏈結中最外層的框架,此值為 null。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起提供