ICorDebugFrame::GetCaller 方法

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

Syntax

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

参数

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

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用