How to view DLL functions?

后端 未结 8 544
余生分开走
余生分开走 2020-11-30 18:47

I have a DLL file. How can I view the functions in that DLL?

相关标签:
8条回答
  • 2020-11-30 19:30

    Use dotPeek by JetBrains.

    https://www.jetbrains.com/decompiler/

    dotPeek is a free tool based on ReSharper. It can reliably decompile any .NET assembly into C# or IL code.

    0 讨论(0)
  • 2020-11-30 19:34

    You may try the Object Browser in Visual Studio.

    Select Edit Custom Component Set. From there, you can choose from a variety of .NET, COM or project libraries or just import external dlls via Browse.

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