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

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

적용 대상