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

CompileAssemblyFromSourceBatch() public méthode

public CompileAssemblyFromSourceBatch ( CompilerParameters options, string sources ) : CompilerResults
options System.CodeDom.Compiler.CompilerParameters
sources string
Résultat System.CodeDom.Compiler.CompilerResults
        public CompilerResults CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources)
        {
            throw new NotImplementedException("CompileAssemblyFromSourceBatch is not implemented");
        }
        #endregion