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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象