How to open .dll files to see what is written inside?

后端 未结 8 1946
囚心锁ツ
囚心锁ツ 2020-12-07 09:25

I lost the solution of class-library, can I open .dll file which is created by class-library.

8条回答
  •  自闭症患者
    2020-12-07 10:07

    you are better off with a decompiler like redgates .net reflector or jetbrains resharper decompiler. there are open source ones also like

    http://www.jetbrains.com/decompiler/

    http://ilspy.net/

提交回复
热议问题