Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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