Any way to check if an assembly is a framework assembly, in .Net, other than checking the name for '
- by Jules
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?