View contents of a dll

后端 未结 2 535
时光取名叫无心
时光取名叫无心 2020-12-28 16:05

I am looking for a tool to view contents of a C# dll, preferably a free one. .Net Reflector used to be free but not anymore. It is an awesome tool and you can easily see all

相关标签:
2条回答
  • 2020-12-28 16:26

    Telerik just came out with one:

    http://www.telerik.com/products/decompiling.aspx

    They said that it will ALWAYS be free. They released it in response to .Net Reflector's change to a pay model. Right now it is in an open beta (free to download now) and it works great

    Edit: as of June 2014, "free" means you must use their bootstrap installer that attempts to bundle other (nonfree) applications. Also, you must register with their "Support System" to complete the install.

    0 讨论(0)
  • 2020-12-28 16:26

    DotPeek is awesome and free.

    0 讨论(0)
提交回复
热议问题