예제 #1
0
        //C# compiler related functions


        public abstract IScriptGenerator Compile(IScriptPackage package);
예제 #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 );
        }