CompilationSection.ProfileGuidedOptimizations Egenskap

Definition

Hämtar eller anger ett värde som anger om programmet är optimerat för den distribuerade miljön.

public:
 property System::Web::Configuration::ProfileGuidedOptimizationsFlags ProfileGuidedOptimizations { System::Web::Configuration::ProfileGuidedOptimizationsFlags get(); void set(System::Web::Configuration::ProfileGuidedOptimizationsFlags value); };
[System.Configuration.ConfigurationProperty("profileGuidedOptimizations", DefaultValue=System.Web.Configuration.ProfileGuidedOptimizationsFlags.All)]
public System.Web.Configuration.ProfileGuidedOptimizationsFlags ProfileGuidedOptimizations { get; set; }
[<System.Configuration.ConfigurationProperty("profileGuidedOptimizations", DefaultValue=System.Web.Configuration.ProfileGuidedOptimizationsFlags.All)>]
member this.ProfileGuidedOptimizations : System.Web.Configuration.ProfileGuidedOptimizationsFlags with get, set
Public Property ProfileGuidedOptimizations As ProfileGuidedOptimizationsFlags

Egenskapsvärde

Ett värde som anger om programmet är optimerat för den distribuerade miljön.

Attribut

Kommentarer

När den här egenskapen är inställd på All möjliggör ASP.NET kompileringssystem optimeringar som är avsedda att påskynda ASP.NET startprestanda på bekostnad av ökad CPU-användning. Standardinställningen för den här egenskapen är All.

Gäller för