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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.