CompilationSection.ProfileGuidedOptimizations Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de toepassing is geoptimaliseerd voor de geïmplementeerde omgeving.

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

Waarde van eigenschap

Een waarde die aangeeft of de toepassing is geoptimaliseerd voor de geïmplementeerde omgeving.

Kenmerken

Opmerkingen

Wanneer deze eigenschap is ingesteld op All, maakt het ASP.NET compilatiesysteem optimalisaties mogelijk die zijn bedoeld om ASP.NET opstartprestaties te versnellen ten koste van het verhoogde CPU-gebruik. De standaardinstelling voor deze eigenschap is All.

Van toepassing op