다음을 통해 공유


ICodeCompiler.CompileAssemblyFromSourceBatch 메서드

정의

지정된 컴파일러 설정을 사용하여 소스 코드가 포함된 지정된 문자열 배열에서 어셈블리를 컴파일합니다.

public:
 System::CodeDom::Compiler::CompilerResults ^ CompileAssemblyFromSourceBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ sources);
public System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, string[] sources);
abstract member CompileAssemblyFromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Public Function CompileAssemblyFromSourceBatch (options As CompilerParameters, sources As String()) As CompilerResults

매개 변수

options
CompilerParameters

컴파일 설정을 나타내는 CompilerParameters 개체입니다.

sources
String[]

컴파일할 소스 코드 문자열입니다.

반환

컴파일 결과를 나타내는 CompilerResults 개체입니다.

적용 대상

추가 정보