CompilationSection.ProfileGuidedOptimizations Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab, der angibt, ob die Anwendung für die bereitgestellte Umgebung optimiert ist, oder legt ihn fest.
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
Eigenschaftswert
Ein Wert, der angibt, ob die Anwendung für die bereitgestellte Umgebung optimiert ist.
- Attribute
Hinweise
Wenn diese Eigenschaft auf All"" festgelegt ist, ermöglicht das ASP.NET Kompilierungssystem Optimierungen, die ASP.NET Startleistung auf Kosten einer erhöhten CPU-Auslastung beschleunigen sollen. Die Standardeinstellung für diese Eigenschaft ist All.