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.

Syntax

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 System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: Available since 1.0

See also