Exemple #1
0
 public SavedMethodBody(MethodDef method)
 {
     this.method = method;
     DotNetUtils.CopyBody(method, out instructions, out exceptionHandlers);
 }