Click to See Complete Forum and Search --> : convert dll to c# code


elvinny
March 10th, 2009, 12:58 PM
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

Shuja Ali
March 10th, 2009, 01:08 PM
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.