ICorProfilerInfo3::EnumJITedFunctions 方法

返回以前所有 JIT 编译的函数的枚举器。

HRESULT EnumJITedFunctions([out] ICorProfilerFunctionEnum** ppEnum);

参数

备注

此方法可能与 JITCompilation 回调(如 ICorProfilerCallback::JITCompilationStarted 方法)重叠。 此方法返回的枚举器不包括从使用 Ngen.exe 生成的本机映像加载的函数。

要求

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

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

**库:**CorGuids.lib

**.NET Framework 版本:**4

请参见

参考

ICorProfilerInfo3 接口

其他资源

分析接口

分析(非托管 API 参考)