On Tue, Jun 29, 2010 at 3:26 PM, Simon Cropp <[email protected]> wrote: > I tried to walk the hierachy but when i look at the CustomAttributes > of the BaseTpe it is empty
You have to walk down the hierarchy until you reach Object or null. Also you have to resolve the base type as it may not be a definition. If you have an assembly where Cecil can't read an attribute, please share it, but it's a pretty well tested part of Cecil. -- Jb Evain <[email protected]> -- -- mono-cecil
