CodeCompiler.ICodeCompiler.CompileAssemblyFromFileBatch Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu üyenin açıklaması için bkz 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
Parametreler
- options
- CompilerParameters
CompilerParameters Derleyici seçeneklerini gösteren bir nesne.
- fileNames
- String[]
Derlenecek dosya adlarını gösteren dize dizisi.
Döndürülenler
Derlemenin sonuçları.
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICodeCompiler arabirime CodeCompiler yayınlandığında kullanılabilir.