C# Can you extract dll version numbers from bundeled dlls.

Posted by priehl on Stack Overflow See other posts from Stack Overflow or by priehl
Published on 2010-05-26T21:06:36Z Indexed on 2010/05/26 21:41 UTC
Read the original article Hit count: 190

Filed under:
|

I need to bone up on my CLR compiling knowledge, so i'm going to speak in generalities... Appologies if I'm not being specific enough.

I'm working on an application that references a COM Library dll which has a number of dlls rolled into it. My question is, is it possible using Reflection to get a reference to the sub dll's assembly, namely to obtain the version number?

Or, if this question makes no sense, i'll try to rephrase.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about reflection