CodeCompiler.FromSourceBatch メソッド
アセンブリ: System (system.dll 内)
構文Protected Overridable Function FromSourceBatch ( _ options As CompilerParameters, _ sources As String() _ ) As CompilerResults
Dim options As CompilerParameters Dim sources As String() Dim returnValue As CompilerResults returnValue = Me.FromSourceBatch(options, sources)
protected: virtual CompilerResults^ FromSourceBatch ( CompilerParameters^ options, array<String^>^ sources )
protected function FromSourceBatch ( options : CompilerParameters, sources : String[] ) : CompilerResults
戻り値
コンパイルの結果を示す CompilerResults。
.NET Framework のセキュリティ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- CodeCompiler.FromSourceBatch メソッドのページへのリンク