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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.