Batch Refactoring
Hello,
I want to refactor/rename all my classes and their members to unreadable names in order to accomplish code obfuscation, is it possible to write a plugin for resharper to accomplish the task? and if it's possible may i get a clue?my project is very large and i need to do it automaticaly(without/with minimal human intervention if possible)
here are the steps:
1-Getting a reference to all source code or class elements and all of it's memebers(IDeclaredElement or IElementPointer ).
2-calling the appropriate refactoring methods of resharper.
If it's not possible to wrie such a plugin, is there another method for doing this?
Thank you,
Mahdad
Please sign in to leave a comment.