Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 GetFunctionParameterscallbacks 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
							
							
								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.