Hey, On 7/31/09, sergiy.sakharov <[email protected]> wrote: > Actually I was talking about workarounds for my bug :) - no offence here.
None taken, it' s definitely a valid concern. > It seems a bit wrong, however, when I tried to enumerate methodDefinitions > and their CustomAttributes - the type of attribute parameter was string not > System.Type as I expected... It's just that Cecil, in this current version simply shows how types are stored in the metadata. That is, as a string. This will change in the next version of Cecil, where you'll get a TypeReference. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
