Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConfuseDecompilationTask"/> class.
 /// </summary>
 /// <param name="method">The method.</param>
 public ConfuseDecompilationTask(ConfusionMethod method)
 {
     this.method = method;
 }
Beispiel #2
0
 public ConfuseDecompilationTask(CloakContext context, ConfusionMethod method)
 {
     this.context = context;
     this.method  = method;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ConfuseDecompilationTask"/> class.
 /// </summary>
 /// <param name="method">The method.</param>
 public ConfuseDecompilationTask(ConfusionMethod method)
 {
     this.method = method;
 }