ProfileGuidedOptimizationsFlags Enum

Definition

Specifies the optimization mode for an application deployment environment.

This enumeration supports a bitwise combination of its member values.

public enum class ProfileGuidedOptimizationsFlags
[System.Flags]
public enum ProfileGuidedOptimizationsFlags
[<System.Flags>]
type ProfileGuidedOptimizationsFlags = 
Public Enum ProfileGuidedOptimizationsFlags
Inheritance
ProfileGuidedOptimizationsFlags
Attributes

Fields

All 1

All optimizations are performed based on the deployment environment of the application.

None 0

No optimizations are performed based on the deployment environment of the application.

Applies to