Bagikan melalui


ICodeCompiler.CompileAssemblyFromDomBatch Metode

Definisi

Mengkompilasi rakitan berdasarkan System.CodeDom pohon yang terkandung dalam array CodeCompileUnit objek yang ditentukan, menggunakan pengaturan pengkompilasi yang ditentukan.

public:
 System::CodeDom::Compiler::CompilerResults ^ CompileAssemblyFromDomBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::CodeDom::CodeCompileUnit ^> ^ compilationUnits);
public System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits);
abstract member CompileAssemblyFromDomBatch : System.CodeDom.Compiler.CompilerParameters * System.CodeDom.CodeCompileUnit[] -> System.CodeDom.Compiler.CompilerResults
Public Function CompileAssemblyFromDomBatch (options As CompilerParameters, compilationUnits As CodeCompileUnit()) As CompilerResults

Parameter

options
CompilerParameters

Objek CompilerParameters yang menunjukkan pengaturan untuk kompilasi.

compilationUnits
CodeCompileUnit[]

Array jenis CodeCompileUnit yang menunjukkan kode untuk dikompilasi.

Mengembalikan

Objek CompilerResults yang menunjukkan hasil kompilasi.

Berlaku untuk

Lihat juga