다음을 통해 공유


Compiler(String, String, String, String, Int32) 생성자

정의

제공된 값으로 초기화되는 Compiler의 인스턴스를 만듭니다.

public:
 Compiler(System::String ^ compilerOptions, System::String ^ extension, System::String ^ language, System::String ^ type, int warningLevel);
public Compiler (string compilerOptions, string extension, string language, string type, int warningLevel);
new System.Web.Configuration.Compiler : string * string * string * string * int -> System.Web.Configuration.Compiler
Public Sub New (compilerOptions As String, extension As String, language As String, type As String, warningLevel As Integer)

매개 변수

compilerOptions
String

컴파일하는 동안 전달할 추가 컴파일러별 옵션을 나열합니다.

extension
String

동적 코드 숨김 파일에 사용되는 파일 확장명의 세미콜론 구분 목록을 제공합니다. 예를 들어, ".cs"입니다.

language
String

동적 컴파일 파일에 사용되는 언어의 세미콜론 구분 목록을 제공합니다. 예를 들어, "C#;cs;csharp"입니다.

type
String

.NET Framework 클래스를 나타내며 쉼표로 구분된 클래스/어셈블리 조합을 지정합니다.

warningLevel
Int32

컴파일러 경고 수준을 지정합니다.

적용 대상