.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
.NET assembly dll list
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Does anyone know where I could source the mapping of which .NET assembly lives in which .DLL file? I'm specifically interested in the Plant3D/P&ID ones, but it would probably help to have all of them.
Does anyone know where this documentation resides?
Solved! Go to Solution.
Re: .NET assembly dll list
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
you think about a tool that's showing that or you would like to code something for yourself?
As Tool I know >>>Reflector<<< and >>>ILSpy<<<.
Very deep in processes you can use >>>ProcessExplorer<<< that shows you all referenced DLLs currently used (including a lot of details about them).
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: .NET assembly dll list
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
In addition to the tools posted by Alfred, you can use Framework Design Studio (http://archive.msdn.microsoft.com/fds), it have a comparer, so you can load different version dlls and it will show you the differences.
Gaston Nunez
Re: .NET assembly dll list
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Framework Design Studio is exactly what I was looking for. Great utility.
Thank you.
