ICorDebugFrame::GetCaller 方法

获取指向 ICorDebugFrame 对象的指针,此对象已在当前链中调用此帧。

语法

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

参数

ppFrame
[out] 指向 ICorDebugFrame 对象地址的指针,此对象表示调用帧。 如果被调用的帧是当前链中最外层的帧,则此值为 NULL。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用