Exemple #1
0
 public AssemblyGenerator()
 {
     _handlerGenerator = new HandlerCodeGenerator();
     _compiler         = new CodeCompiler();
 }
 public AssemblyGenerator(IScenarioPreprocessor scenarioPreprocessor)
 {
     _handlerGenerator = new HandlerCodeGenerator(scenarioPreprocessor);
     _compiler = new CodeCompiler();
 }
 public AssemblyGenerator()
 {
     _handlerGenerator = new HandlerCodeGenerator();
     _compiler = new CodeCompiler();
 }