S Able

S Able

  • NA
  • 4
  • 178

Using Reflection methods in VB to find design-time Property values

Feb 26 2005 11:59 AM
I need to write a utility which will 'parse' an assembly (a dll) and the output will be a listing of all the controls on the web forms that were part of the assembly plus property information for those controls. The property information that I need are things like ClientId, Text, tooltip, and Captions. I have been able to use Reflection to get the methods and fields in the assembly, and I can get the property information, but I do not see the values of the things I mentioned above in my objects... Can someone tell me how I get to those items? Your help would be most appreciated!