CompilationSection.ProfileGuidedOptimizations Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Anwendung für die bereitgestellte Umgebung optimiert ist.

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 lautet All.

Gilt für: