public MethodToDisassemble(PEFile file, string typeName, string methodName)
 {
     method    = file.FindMethod(typeName, methodName);
     this.file = file;
 }