Aracılığıyla paylaş


ICodeCompiler.CompileAssemblyFromDomBatch Yöntem

Tanım

Belirtilen derleyici ayarlarını kullanarak belirtilen nesne dizisinde CodeCompileUnit yer alan ağaçlara dayalı System.CodeDom bir derleme derler.

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

Parametreler

options
CompilerParameters

CompilerParameters Derleme ayarlarını gösteren nesne.

compilationUnits
CodeCompileUnit[]

Derlenecek kodu gösteren tür CodeCompileUnit dizisi.

Döndürülenler

CompilerResults Derlemenin sonuçlarını gösteren bir nesne.

Şunlara uygulanır

Ayrıca bkz.