CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch メソッド
アセンブリ: System (system.dll 内)
構文Private Function System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch ( _ options As CompilerParameters, _ sources As String() _ ) As CompilerResults Implements ICodeCompiler.CompileAssemblyFromSourceBatch
Dim instance As CodeCompiler Dim options As CompilerParameters Dim sources As String() Dim returnValue As CompilerResults returnValue = CType(instance, ICodeCompiler).CompileAssemblyFromSourceBatch(options, sources)
CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch (
CompilerParameters options,
string[] sources
)
private: virtual CompilerResults^ System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch ( CompilerParameters^ options, array<String^>^ sources ) sealed = ICodeCompiler::CompileAssemblyFromSourceBatch
解説
.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.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch メソッドのページへのリンク