CodeCompiler.ICodeCompiler.CompileAssemblyFromSourceBatch 메서드

정의

이 멤버에 대한 설명은 을 참조하세요 CompileAssemblyFromSourceBatch(CompilerParameters, String[]).

 virtual System::CodeDom::Compiler::CompilerResults ^ System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ sources) = System::CodeDom::Compiler::ICodeCompiler::CompileAssemblyFromSourceBatch;
System.CodeDom.Compiler.CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources);
abstract member System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Function CompileAssemblyFromSourceBatch (options As CompilerParameters, sources As String()) As CompilerResults Implements ICodeCompiler.CompileAssemblyFromSourceBatch

매개 변수

options
CompilerParameters

CompilerParameters 컴파일러 옵션을 나타내는 개체입니다.

sources
String[]

컴파일할 소스 코드를 나타내는 문자열 배열입니다.

반품

컴파일 결과입니다.

구현

예외

optionsnull입니다.

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 CodeCompiler 캐스팅 ICodeCompiler 되는 경우에만 사용할 수 있습니다.

적용 대상