COR_PRF_REJIT_FLAGS enumeration
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 Framework Versions: Available since .NET Core 3.0
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา