Exemplo n.º 1
0
        public void Run()
        {
            // Build the default assembly compiler pipeline
            Architecture.ExtendAssemblyCompilerPipeline(this.Pipeline);

            // Run the compiler
            Compile();
        }