Sdílet prostřednictvím


CodeCompiler.ICodeCompiler.CompileAssemblyFromSourceBatch Metoda

Definice

Popis tohoto člena najdete v tématu CompileAssemblyFromSourceBatch(CompilerParameters, String[]).

 virtual System::CodeDom::Compiler::CompilerResults ^ System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ sources) = System::CodeDom::Compiler::ICodeCompiler::CompileAssemblyFromSourceBatch;
System.CodeDom.Compiler.CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, string[] sources);
abstract member System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Function CompileAssemblyFromSourceBatch (options As CompilerParameters, sources As String()) As CompilerResults Implements ICodeCompiler.CompileAssemblyFromSourceBatch

Parametry

options
CompilerParameters

Objekt CompilerParameters , který označuje možnosti kompilátoru.

sources
String[]

Pole řetězců označující zdrojový kód, který se má zkompilovat.

Návraty

Výsledky kompilace.

Implementuje

Výjimky

options je null.

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v CodeCompiler případě, že je instance přetypovaná na ICodeCompiler rozhraní.

Platí pro