CodeCompiler.FromDomBatch(CompilerParameters, CodeCompileUnit[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compiles the specified compile units using the specified options, and returns the results from the compilation.
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
Parameters
- options
- CompilerParameters
A CompilerParameters object that indicates the compiler options.
- ea
- CodeCompileUnit[]
An array of CodeCompileUnit objects that indicates the source to compile.
Returns
The results of compilation.
Exceptions
Applies to
See also
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.