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); }