Example #1
0
        public void CreateCompiler()
        {
            Intruder compilerType = new Intruder(Type.GetType("Cavingdeep.Dcg.TemplateCompiler, Cavingdeep.Dcg"));

            this.compiler = new Intruder(compilerType.Create());
            this.compiler.WriteProperty("OutputFile", OutFile);
        }
Example #2
0
 public void CreateCompiler()
 {
     Intruder compilerType = new Intruder(Type.GetType("Cavingdeep.Dcg.TemplateCompiler, Cavingdeep.Dcg"));
     this.compiler = new Intruder(compilerType.Create());
     this.compiler.WriteProperty("OutputFile", OutFile);
 }