How to view DLL functions? How to view DLL functions? windows windows

How to view DLL functions?


For native code it's probably best to use Dependency Walker. It also possible to use dumpbin command line utility that comes with Visual Studio.


Use the free DLL Export Viewer, it is very easy to use.


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.