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