Condividi tramite


CodeCompiler.FromSourceBatch(CompilerParameters, String[]) Metodo

Definizione

Compila le stringhe di codice sorgente specificate utilizzando le opzioni selezionate e restituisce i risultati della compilazione.

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

Parametri

options
CompilerParameters

Oggetto CompilerParameters che indica le opzioni del compilatore.

sources
String[]

Matrice di stringhe contenente il codice sorgente da compilare.

Restituisce

Risultati della compilazione.

Eccezioni

options è null.

-oppure-

sources è null.

Si applica a

Vedi anche