About 1,360,000 results
Open links in new tab
  1. windows - How to view DLL functions? - Stack Overflow

    Dec 14, 2010 · If a DLL is written in one of the .NET languages and if you only want to view what functions, there is a reference to this DLL in the project. Then doubleclick the DLL in the …

  2. How can I open DLL files to see what is written inside?

    Aug 5, 2013 · This is the solid edge autorun.inf file contained in solidedge.exe Autostart\ is the Autostart.dll directory. open=autostart.exe specifies the autostart.exe file to run from within the …

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

    In Visual Studio 2022 (and without creating or opening a solution) you can view a DLL's members. Open the Object Browser Tool Window (from the View option in the Main Menu).

  4. Is there any native DLL export functions viewer? - Stack Overflow

    Is there any free native Windows DLL export functions viewer, which shows the function name, and a list of their parameters?

  5. windows - How to check for DLL dependency? - Stack Overflow

    Sep 11, 2011 · When I ship this program to a friend or other people, "it doesn't work" because "some DLL" is missing. This is of course because the program can find the DLL on my system, …

  6. How to view all metadata of a .dll file with Visual Studio Code?

    May 16, 2018 · When I press follow symbol into a code in .dll format, I ended up in a [metadata] file like below. It is useful because even without full source code you can also see other fields …

  7. dll - How do I determine the dependencies of a .NET application ...

    How do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the latest and tried profiling the app, but it just exits without …

  8. c# - View contents of a dll - Stack Overflow

    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 code down to the line. PE

  9. How do you get the icons out of shell32.dll? - Stack Overflow

    Mar 22, 2017 · I'd like to get the Tree icon to use for a homegrown app. Does anyone know how to extract the images out as .icon files? I'd like both the 16x16 and 32x32, or I'd just do a …

  10. C++ windows dll viewer - Stack Overflow

    Apr 13, 2012 · I want to emulate an unmanaged dll in c++. Is there a good tool to open and view it's interface? Thanks