Udostępnij za pośrednictwem


CodeCompiler.ICodeCompiler.CompileAssemblyFromSourceBatch Metoda

Definicja

Aby uzyskać opis tego członka, zobacz 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

CompilerParameters Obiekt wskazujący opcje kompilatora.

sources
String[]

Tablica ciągów wskazująca kod źródłowy do skompilowania.

Zwraca

Wyniki kompilacji.

Implementuje

Wyjątki

options to null.

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy CodeCompiler wystąpienie jest rzutowe do interfejsu ICodeCompiler .

Dotyczy