Compiles an assembly based on the specified options and information from the specified sources.
[Visual Basic] Function CompileAssemblyFromSourceBatch( _ ByVal options As CompilerParameters, _ ByVal sources() As String _ ) As CompilerResults [C#] CompilerResults CompileAssemblyFromSourceBatch( CompilerParameters options, string[] sources ); [C++] CompilerResults* CompileAssemblyFromSourceBatch( CompilerParameters* options, String* sources[] ) = 0; [JScript] function CompileAssemblyFromSourceBatch( options : CompilerParameters, sources : String[] ) : CompilerResults;
IBatchCompiler Interface | IBatchCompiler Members | System.CodeDOM.Compiler Namespace | CompilerParameters