private IDecompiler CreateDecompiler(IDecompilerConfig config)
 {
     return(new CommandLineDecompiler(config));
 }
예제 #2
0
 public CommandLineDecompiler(
     IDecompilerConfig config)
 {
     _config     = config;
     _isDisposed = true;
 }