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です。

適用対象

こちらもご覧ください