Condividi tramite


CodeCompiler.FromFileBatch(CompilerParameters, String[]) Metodo

Definizione

Compila i file specificati utilizzando le opzioni selezionate e restituisce i risultati della compilazione.

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

Parametri

options
CompilerParameters

Oggetto CompilerParameters che indica le opzioni del compilatore.

fileNames
String[]

Matrice di stringhe che indica i nomi dei file da compilare.

Restituisce

Risultati della compilazione.

Eccezioni

options è null.

-oppure-

fileNames è null.

Si applica a

Vedi anche