Replies: 1 comment
-
yes, yes, and yes! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use DNSpy a lot to copy IL code from one method to another in different 'modules' . The current process is to open both modules and (methods) in the same session of DNSpy. Then go to Edit Method Body select and copy all the IL code from the Instructions tab. This copied code is then pasted into the destination method for further editing. The issue I would like to have fixed/adjusted is for the data (IL code) on the clipboard to be retained and transferrable between different active sessions of DNSpy. IE open two sessions and copy code from one session to another. This process is available using the Edit Class(C#) function.
On a related issue and maybe a possible solution to the above. Being able to just add/copy the whole method from one Class or Module to another and then saving/compiling the module would work too even if its only in the same session.
Beta Was this translation helpful? Give feedback.
All reactions