다음을 통해 공유


CodeCompiler.ICodeCompiler.CompileAssemblyFromFileBatch 메서드

정의

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

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

매개 변수

options
CompilerParameters

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

fileNames
String[]

컴파일할 파일 이름을 나타내는 문자열 배열입니다.

반환

컴파일 결과입니다.

구현

설명

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

적용 대상