Any way to check if an assembly is a framework assembly, in .Net, other than checking the name for '

Posted by Jules on Stack Overflow See other posts from Stack Overflow or by Jules
Published on 2010-01-14T17:16:57Z Indexed on 2010/06/14 13:22 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

The title says it all.

Since, it's possible for anyone to name an assembly starting with 'System', checking for 'System' is not a satisfactory solution.

Alternatively, if that's not possible, how about checking the modules in an assembly?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET