共用方式為


ICorDebugFrame::GetCaller 方法

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

語法

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

參數

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

需求

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

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

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