共用方式為


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] 不透明控制代碼,表示特定堆疊框架的相關資訊。 分析工具應提供 eltInfo,這和 FunctionTailcall3WithInfo 函式給予分析工具的相同。

  • pFrameInfo
    [out] 不透明控制代碼,表示特定堆疊框架的一般資訊。 這個控制代碼只有在 FunctionTailcall3WithInfo 回呼期間分析工具呼叫 GetFunctionTailcall3Info 方法時才有效。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorProf.idl、CorProf.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4

請參閱

參考

FunctionEnter3WithInfo

FunctionLeave3WithInfo

FunctionTailcall3WithInfo

ICorProfilerInfo3 介面

其他資源

分析介面

分析 (Unmanaged API 參考)