Exemplo n.º 1
0
        //C# compiler related functions


        public abstract IScriptGenerator Compile(IScriptPackage package);
Exemplo n.º 2
0
        public override IScriptGenerator Compile(IScriptPackage package)
        {
            string compiledAssemblyPath = string.Empty;

            return(new AssemblyScriptGenerator(compiledAssemblyPath));
        }
        public override IScriptGenerator Compile( IScriptPackage package )
        {
            string compiledAssemblyPath = string.Empty;

            return new AssemblyScriptGenerator( compiledAssemblyPath );
        }