Hi
I have a library dll in c# and i would like to see all code inside it. I use refractor but it doesn't work. In all methods it says invalid body. Theres is a way to see all code of the dll?
thanks
Printable View
Hi
I have a library dll in c# and i would like to see all code inside it. I use refractor but it doesn't work. In all methods it says invalid body. Theres is a way to see all code of the dll?
thanks
Use ILDASM. That should be easy, just look-up your MSDN documentation for this and you will see that there is enough material right on your system.