ICodeCompiler.CompileAssemblyFromSourceBatch メソッド
指定したコンパイラ設定を使用して、ソース コードが格納されている指定した文字列の配列からアセンブリをコンパイルします。
名前空間: System.CodeDom.Compiler
アセンブリ: System (system.dll 内)
構文
Function CompileAssemblyFromSourceBatch ( _ options As CompilerParameters, _ sources As String() _ ) As CompilerResults
Dim instance As ICodeCompiler Dim options As CompilerParameters Dim sources As String() Dim returnValue As CompilerResults returnValue = instance.CompileAssemblyFromSourceBatch(options, sources)
CompilerResults^ CompileAssemblyFromSourceBatch ( CompilerParameters^ options, array<String^>^ sources )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ICodeCompiler.CompileAssemblyFromSourceBatch メソッドのページへのリンク