ICorProfilerInfo3::EnumJITedFunctions Method

Returns an enumerator for all functions that were previously JIT-compiled.

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

Parameters

Remarks

This method may overlap with JITCompilation callbacks such as the ICorProfilerCallback::JITCompilationStarted method. The enumerator returned by this method does not include functions that are loaded from native images generated with Ngen.exe.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: 4

See Also

Reference

ICorProfilerInfo3 Interface

Other Resources

Profiling Interfaces

Profiling (Unmanaged API Reference)