Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator for all functions that were previously JIT-compiled.
HRESULT EnumJITedFunctions([out] ICorProfilerFunctionEnum** ppEnum);
Parameters
- ppEnum
[out] A pointer to the ICorProfilerFunctionEnum Interface enumerator.
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