CodeCompiler.ICodeCompiler.CompileAssemblyFromSourceBatch Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Ennek a tagnak a leírását lásd 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
Paraméterek
- options
- CompilerParameters
Egy CompilerParameters objektum, amely a fordító beállításait jelzi.
- sources
- String[]
Sztringek tömbje, amely a lefordítandó forráskódot jelzi.
Válaszok
A fordítás eredményei.
Megvalósítás
Kivételek
options az null.
Megjegyzések
Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a CodeCompiler példányt egy ICodeCompiler felületre öntötték.