ICorProfilerInfo3::GetFunctionTailcall3Info 方法

提供函数的堆栈帧,该函数正通过 FunctionTailcall3WithInfo 函数报告给探查器。 此方法只能在 FunctionTailcall3WithInfo 回调期间调用。

HRESULT GetFunctionTailcall3Info( 
            [in]  FunctionID functionId, 
            [in]  COR_PRF_ELT_INFO eltInfo,
            [out] COR_PRF_FRAME_INFO *pFrameInfo);

参数

  • functionId
    [in] 所返回的函数的 FunctionID。

  • eltInfo
    [in] 一个不透明的句柄,表示有关给定的堆栈帧的信息。 探查器应提供 FunctionTailcall3WithInfo 函数已向它提供的同一 eltInfo。

  • pFrameInfo
    [out] 一个不透明的句柄,表示有关给定的堆栈帧的一般信息。 此句柄仅在 FunctionTailcall3WithInfo 回调过程中有效,探查器在此回调过程中调用了 GetFunctionTailcall3Info 方法。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**CorProf.idl、CorProf.h

**库:**CorGuids.lib

**.NET Framework 版本:**4

请参见

参考

FunctionEnter3WithInfo

FunctionLeave3WithInfo

FunctionTailcall3WithInfo

ICorProfilerInfo3 接口

其他资源

分析接口

分析(非托管 API 参考)