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

CompileAssemblyFromDom() public méthode

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