Basically, what I need is something like Dependecy Walker, but it should work with .NET applications. Is there anywhere such tool?
In Solution Explorer, select a project. On the Project menu, choose Project Dependencies. The Project Dependencies dialog box opens.
Load your DLL into it, right click, and chose 'Analyze' - you'll then see a "Depends On" item which will show you all the other dll's (and methods inside those dll's) that it needs.
If you're looking for project dependencies for your solution, which were manually selected in addition to any explicit references you have, you can find those in the . sln file.
CSharp Online Training A dependency is an object that another object depends on. Dependency Injection (or inversion) is basically providing the objects that an object needs, instead of having it construct the objects themselves.
Reflector - previously from Lutz Roeder, now from Red-Gate software.
For .NET 4, check our CheckAsm: http://www.amberfish.net/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With