הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
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
שתפו איתנו פעולה ב-GitHub
המקור לתוכן זה נמצא ב-GitHub, שם ניתן גם ליצור ולבחון בעיות ולמשוך בקשות. למידע נוסף, ראו את מדריך התורמים שלנו.