when having an attribute that takes an Object parameter in the constructor, a "typeof()"-type ends up as a plain string in the parameters of the CustomAttribute cecil class. When re-assembling this dll, it becomes a plain string parameter, so my question is, is there a way to encode this as a typeof()?
Also is there anything in cecil to decide the format used for type signatures in custom attributes, maybe turn them into type references? Carlo Kok --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
