다음을 통해 공유


BuildProvider.GetDefaultCompilerTypeForLanguage(String) 메서드

정의

지정된 언어에 따라 빌드 공급자의 컴파일러 설정을 반환합니다.

protected:
 System::Web::Compilation::CompilerType ^ GetDefaultCompilerTypeForLanguage(System::String ^ language);
protected System.Web.Compilation.CompilerType GetDefaultCompilerTypeForLanguage (string language);
member this.GetDefaultCompilerTypeForLanguage : string -> System.Web.Compilation.CompilerType
Protected Function GetDefaultCompilerTypeForLanguage (language As String) As CompilerType

매개 변수

language
String

코드 언어 이름입니다.

반환

CompilerType

지정된 언어에 따라 빌드 공급자의 컴파일러 설정을 나타내는 CompilerType입니다. 기본 클래스의 경우에는 애플리케이션 구성 파일에 따라 언어의 기본 컴파일러 설정이 반환됩니다.

예외

language이(가) null인 경우

language가 빌드 공급자에 대해 구성된 컴파일러와 일치하지 않는 경우

설명

이 메서드를 GetDefaultCompilerTypeForLanguage 사용하여 특정 언어 이름에 대해 빌드 공급자에 구성된 컴파일러 유형을 검사합니다. 이 메서드를 GetDefaultCompilerType 사용하여 빌드 공급자에 대한 기본 컴파일러 형식을 검사합니다.

기본 BuildProvider 클래스는 구성 파일의 개체 속성 CompilationSection 에 있는 Compilers 요소를 사용하여 Compiler 기본 컴파일러 형식을 결정합니다. 이는 구성 파일의 섹션에 buildProviders 있는 요소 및 compiler 요소를 검사하는 compilers 것과 같습니다. 예를 들어 값VBlanguage 경우 기본 클래스 메서드는 인스턴스Microsoft.VisualBasic.VBCodeProvider에 대해 구성된 설정에 해당하는 개체를 반환 CompilerType 합니다.

클래스에서 파생되는 경우 구현에서 BuildProvider 지원하는 언어의 CodeCompilerType 속성 값을 설정하는 데 사용할 GetDefaultCompilerTypeForLanguage 수 있습니다.

적용 대상

추가 정보