Hey, On Thu, Aug 5, 2010 at 4:23 PM, Wicky <[email protected]> wrote: > Is it possible to just read the object value into > CustomAttributeArgument.Value without any error?
Nope, it's not. If you can't resolve the assembly defining the attribute, don't access its .ConstructorArguments or .Properties/.Fields collections. Cecil will keep the attribute unresolved and will be able to serialize it back. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
