다음을 통해 공유


CompilationSection.ProfileGuidedOptimizations 속성

정의

애플리케이션이 배포된 환경에 대해 최적화되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

ProfileGuidedOptimizationsFlags

애플리케이션이 배포된 환경에 대해 최적화되었는지 여부를 나타내는 값입니다.

특성

설명

이 속성 설정 된 경우 All, ASP.NET 컴파일 시스템에 있는 ASP.NET 시작 성능 저하 CPU 사용률 증가 속도 최적화할 수 있습니다. 이 속성의 기본 설정은 All입니다.

적용 대상