CodeCompiler.ICodeCompiler.CompileAssemblyFromFileBatch 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 CompileAssemblyFromFileBatch(CompilerParameters, String[]): .
virtual System::CodeDom::Compiler::CompilerResults ^ System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ fileNames) = System::CodeDom::Compiler::ICodeCompiler::CompileAssemblyFromFileBatch;
System.CodeDom.Compiler.CompilerResults ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
abstract member System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Function CompileAssemblyFromFileBatch (options As CompilerParameters, fileNames As String()) As CompilerResults Implements ICodeCompiler.CompileAssemblyFromFileBatch
Paraméterek
- options
- CompilerParameters
Egy CompilerParameters objektum, amely a fordító beállításait jelzi.
- fileNames
- String[]
Sztringek tömbje, amely a lefordítandó fájlneveket jelzi.
Válaszok
A fordítás eredményei.
Megvalósítás
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.