Aracılığıyla paylaş


CodeCompiler.FromSourceBatch(CompilerParameters, String[]) Yöntem

Tanım

Belirtilen kaynak kod dizelerini belirtilen seçenekleri kullanarak derler ve derlemenin sonuçlarını döndürür.

protected:
 virtual System::CodeDom::Compiler::CompilerResults ^ FromSourceBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ sources);
protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, string[] sources);
abstract member FromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.FromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromSourceBatch (options As CompilerParameters, sources As String()) As CompilerResults

Parametreler

options
CompilerParameters

CompilerParameters Derleyici seçeneklerini gösteren bir nesne.

sources
String[]

Derlenecek kaynak kodu içeren dize dizisi.

Döndürülenler

Derlemenin sonuçları.

Özel durumlar

options, null değeridir.

-veya-

sources, null değeridir.

Şunlara uygulanır

Ayrıca bkz.