Freigeben über


CompilationSection.ProfileGuidedOptimizations Eigenschaft

Definition

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

ProfileGuidedOptimizationsFlags

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.

Gilt für