Visual Studio:谁需要特定的DLL?

问题描述:

我正在使用Visual Studio中的Modules面板来查看哪些DLL正在加载。我怎样才能找出哪些可执行文件/项目/等需要一个特定的DLL?我很困惑为什么DLL出现在Modules面板中,我想知道谁需要它。Visual Studio:谁需要特定的DLL?

尝试打开你的程序的.exe文件与ILSpy(开源),然后通过依赖导航。
Decompile .dll files without .net reflector

:在askubuntu从一个问题得到

enter image description here

图片