CodeCompiler.ICodeCompiler.CompileAssemblyFromDomBatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Pour obtenir une description de ce membre, consultez 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
Paramètres
- options
- CompilerParameters
Objet CompilerParameters qui indique les options du compilateur.
- ea
- CodeCompileUnit[]
Tableau d'objets CodeCompileUnit indiquant la source à compiler.
Retours
Résultats de la compilation.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de CodeCompiler est castée en interface ICodeCompiler.