> Unfortunately (AFAIK, it's been a while...) you can only get
> the Type of
> an Attribute that's applied to a class
> (Type.GetCustomAttributes()), not
> an instantiation of that attribute (Type vs. RuntimeType). I couldn't
> find a way to get the value of a property from just a Type.
>
I think its otherwise. You get an *instance* of the attribute.
And you can get the values of parameters on it.
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/
vclrfretrievingattributeinformation.asp
Happy Hacking,
Ajay
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list