CompilationSection.ProfileGuidedOptimizations Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.