COR_PRF_JIT_CACHE Enumeration

Indicates the result of a cached function search.

Note

COR_PRF_CACHED_FUNCTION_FOUND has a value of zero, so COR_PRF_JIT_CACHE cannot be used as a Boolean surrogate.

typedef enum {
    COR_PRF_CACHED_FUNCTION_FOUND,
    COR_PRF_CACHED_FUNCTION_NOT_FOUND
} COR_PRF_JIT_CACHE;

Members

Member

Description

COR_PRF_FUNCTION_FOUND

The search found the function.

COR_PRF_FUNCTION_NOT_FOUND

The search did not find the function.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Profiling Enumerations