ICorDebugFrame::GetCallee 方法

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

语法

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

参数

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

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用