.NET assembly dll list

.NET assembly dll list

Anonymous
Not applicable
1,325 Views
3 Replies
Message 1 of 4

.NET assembly dll list

Anonymous
Not applicable

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?

0 Likes
Accepted solutions (2)
1,326 Views
3 Replies
Replies (3)
Message 2 of 4

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

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).

 

2012-05-05 11-09-38.png

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 4

hgasty1001
Advisor
Advisor
Accepted solution

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

 

0 Likes
Message 4 of 4

Anonymous
Not applicable

Framework Design Studio is exactly what I was looking for.  Great utility.

 

Thank you.

0 Likes