CodeCompiler.FromFileBatch(CompilerParameters, String[]) Metodo

Definizione

Compila i file specificati usando le opzioni specificate e restituisce i risultati dalla 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 di file dei file da compilare.

Valori restituiti

Risultati della compilazione.

Eccezioni

options è null.

oppure

fileNames è null.

Si applica a

Vedi anche