CodeCompiler.ICodeCompiler.CompileAssemblyFromFileBatch Method

Definition

For a description of this member, see 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

Parameters

options
CompilerParameters

A CompilerParameters object that indicates the compiler options.

fileNames
String[]

An array of strings that indicates the file names to compile.

Returns

The results of compilation.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the CodeCompiler instance is cast to an ICodeCompiler interface.

Applies to