다음을 통해 공유


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[]

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

반환

컴파일 결과입니다.

구현

예외

options이(가) null인 경우

설명

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

적용 대상