Condividi tramite


CodeCompiler.ICodeCompiler.CompileAssemblyFromDomBatch Metodo

Definizione

Per una descrizione di questo membro, vedere 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

Parametri

options
CompilerParameters

Oggetto CompilerParameters che indica le opzioni del compilatore.

ea
CodeCompileUnit[]

Matrice di oggetti CodeCompileUnit che indica il codice sorgente da compilare.

Restituisce

Risultati della compilazione.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza CodeCompiler a un'interfaccia ICodeCompiler.

Si applica a