[Mono-list] Adding missing Attributes to System.Web

Nick Drochak ndrochak@gol.com
Wed, 12 Jun 2002 22:42:04 +0900


| 	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/h
tml/vclrfretrievingattributeinformation.asp

Right, but Paolo's point makes it clear this will not be easy.  Some
parameters given to the Attribute's constructor might not be available
in simple properties/fields on the attribute object instance. We'll need
to look at the actual constructor signature and it's arguments.

Piers, can you look into this?

Nick D.