ProfileGuidedOptimizationsFlags Enumeration
.NET Framework (current version)
Specifies the optimization mode for an application deployment environment.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| All | All optimizations are performed based on the deployment environment of the application. | |
| None | No optimizations are performed based on the deployment environment of the application. |
.NET Framework
Available since 4.5
Available since 4.5
Show: