ICorProfilerInfo::GetFunctionInfo 方法
更新:2007 年 11 月
取得指定之函式的父類別和中繼資料語彙基元。
HRESULT GetFunctionInfo(
[in] FunctionID functionId,
[out] ClassID *pClassId,
[out] ModuleID *pModuleId,
[out] mdToken *pToken);
參數
functionId
[in] 要取得父類別和中繼資料語彙基元的函式 ID。pClassId
[out] 此函式之父類別的指標。pModuleId
[out] 定義此函式之父類別所在模組的指標。pToken
[out] 此函式之中繼資料語彙基元的指標。
備註
分析工具程式碼會呼叫 ICorProfilerInfo::GetModuleMetaData,以取得指定之模組的中繼資料介面。傳回至 pToken 所參考之位置的中繼資料語彙基元就可以用來存取此函式的中繼資料。
泛型類別上的函式可能需要此函式用途的更多內容資訊,才能取得其 ClassID。在此情況下,pClassId 將是 0。分析工具程式碼應搭配 COR_PRF_FRAME_INFO 值使用 ICorProfilerInfo2::GetFunctionInfo2,以提供更多內容。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorProf.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0