CodeCompiler.FromDomBatch(CompilerParameters, CodeCompileUnit[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定选项编译指定的编译单元,并返回编译结果。
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
参数
- options
- CompilerParameters
一个指示编译器选项的 CompilerParameters 对象。
- ea
- CodeCompileUnit[]
指示要编译的源的 CodeCompileUnit 对象数组。
返回
编译的结果。