CSScriptCompilers.CSharpCompiler.CompileAssemblyFromDomBatch C# (CSharp) Method

CompileAssemblyFromDomBatch() public method

public CompileAssemblyFromDomBatch ( CompilerParameters options, CodeCompileUnit compilationUnits ) : CompilerResults
options System.CodeDom.Compiler.CompilerParameters
compilationUnits System.CodeDom.CodeCompileUnit
return System.CodeDom.Compiler.CompilerResults
        public CompilerResults CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits)
        {
            throw new Exception("CompileAssemblyFromDomBatch is not implemented");
        }
        public CompilerResults CompileAssemblyFromFile(CompilerParameters options, string fileName)