CSScriptCompilers.CSCompiler.CompileAssemblyFromDomBatch C# (CSharp) Méthode

CompileAssemblyFromDomBatch() public méthode

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