COR_PRF_REJIT_FLAGS enumeration

包含指示 ICorProfilerInfo10::RequestReJITWithInliners API 的行为方式的值。

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 方法将被阻止在其他方法中内联。
COR_PRF_REJIT_INLINING_CALLBACKS 接收 GetFunctionParameters 请求为 ReJITted 的方法内联的任何方法的回调。

Requirements

平台: 请参阅 .NET 支持的作系统

页眉: CorProf.idl、CorProf.h

Library: CorGuids.lib

.NET 版本: 自 .NET Core 3.0 起可用