Browse by Tags

All Tags » reflection (RSS)

Type.FullName returning null in the wrong situations?

Haibo Luo explained way back in 2006 the reasoning behind why Type.FullName and Type.AssemblyQualifiedName return null in certain situations. My reaction was one of surprise when I first encountered this, but it soon made sense once I read the documentation...
Posted by David Kean | 4 comment(s)
Filed under: ,

CCI - the new open-source metadata reader

Herman Ventor , the brains behind FxCop's assembly metadata reader, has just released the next version as an open-source project over on CodePlex. The Common Compiler Infrastructure (CCI) is a set of components for reading and writing CLR assemblies...
Posted by David Kean | 1 comment(s)
Filed under: , ,