|
Hi all, I need the ability to load a .exe or .dll into a tool, and, similiar to the Dependency-Walker for non-.NET assemblies (native assemblies), EASILY and IMMEDIATELY find out what dependency dlls are missing, regardless of whether the missing dlls are native or not. Can reflector do that analysis and show the result quickly and accurately? Thanks for your assistance. |
|
Reflector cannot do that as part of its standard functionality. You could use it from a program (or write an addin) that uses its ability to understand .NET assemblies and their references to implement this functionality. |