CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    3

    convert dll to c# code

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: convert dll to c# code

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured