Share via


CodeCompiler.FromDomBatch(CompilerParameters, CodeCompileUnit[]) メソッド

定義

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

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

パラメーター

options
CompilerParameters

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

ea
CodeCompileUnit[]

コンパイルするソースを示す CodeCompileUnit オブジェクトの配列。

戻り値

コンパイルの結果。

例外

optionsnull です。

または

eanullです。

適用対象

こちらもご覧ください