Share via


CodeCompiler.FromFileBatch(CompilerParameters, String[]) メソッド

定義

指定したオプションを使用して、指定した複数のファイルをコンパイルし、そのコンパイル結果を返します。

protected:
 virtual System::CodeDom::Compiler::CompilerResults ^ FromFileBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ fileNames);
protected virtual System.CodeDom.Compiler.CompilerResults FromFileBatch (System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
abstract member FromFileBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.FromFileBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromFileBatch (options As CompilerParameters, fileNames As String()) As CompilerResults

パラメーター

options
CompilerParameters

コンパイラ オプションを示す CompilerParameters オブジェクト。

fileNames
String[]

コンパイルするファイルの名前を示す文字列の配列。

戻り値

コンパイルの結果。

例外

optionsnull です。

または

fileNamesnullです。

適用対象

こちらもご覧ください