Which program in Visual Studio lets me look into DLLs to see its API?

后端 未结 8 1201
鱼传尺愫
鱼传尺愫 2020-12-14 14:45

See the question. I want to see the methods and classes offered by a DLLs library.

8条回答
  •  时光取名叫无心
    2020-12-14 15:37

    • ILSpy is an open-source tool which allows you to browse an assembly's packages and classes and also to decompile code.

    • Another free-of-charge tool is JetBrain's dotPeek.

提交回复
热议问题