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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.