Is there a means via Reflection to recreate the original C# source of an
Attribute? I'm familiar with the process of discovering the public fields,
properties and their values, but I'm a bit lost as to how one would know
which of these values map to parameters in the constructor. I've seen this
done in tools like Reflector, but I fear the only way to achieve this is by
investigating the Assembly or the underlying IL.
Cheers,
TB
Patrick Steele [MVP] - 30 Jun 2004 17:32 GMT
> I fear the only way to achieve this is by
> investigating the Assembly or the underlying IL.
I think that's what Reflector is doing -- looking at the IL. Why do you
need this?

Signature
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele