Share via


CodeCompiler.ICodeCompiler.CompileAssemblyFromDomBatch メソッド

定義

このメンバーの詳細については、「CompileAssemblyFromDomBatch(CompilerParameters, CodeCompileUnit[])」をご覧ください。

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

パラメーター

options
CompilerParameters

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

ea
CodeCompileUnit[]

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

戻り値

コンパイルの結果。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、CodeCompiler のインスタンスが ICodeCompiler インターフェイスにキャストされる場合のみ、使用できます。

適用対象