Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains values that indicate how the ICorProfilerInfo10::RequestReJITWithInliners API should behave.
Syntax
typedef enum
{
COR_PRF_REJIT_BLOCK_INLINING = 0x1,
COR_PRF_REJIT_INLINING_CALLBACKS = 0x2
} COR_PRF_REJIT_FLAGS;
Members
| Member | Description |
|---|---|
COR_PRF_REJIT_BLOCK_INLINING |
ReJITted methods will be blocked from being inlined in other methods. |
COR_PRF_REJIT_INLINING_CALLBACKS |
Receive GetFunctionParameters callbacks for any methods that inline the methods requested to be ReJITted. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET versions: Available since .NET Core 3.0
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.