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

Nick Drochak ndrochak@gol.com
Wed, 12 Jun 2002 19:47:01 +0900


| Extra credit goes to the person that can work out how to derive the
| parameters of an attribution via reflection (I don't think it can be
| done). In my book, this is a gap in the reflecction API.
|
| If you can, let me know how, and I'll add it to corcompare.

My thought was to recursively drill down the attribute's properties (with
GetProperties(bindingFlags)) and get the values for the properties that are
"basic" types, i.e. ints, strings, etc.

Is this too naive?

Nick D.