[Mono-list] Retrieving the Properties of a class at runtime

Shawn Vose mono@programmerforrent.com
Thu, 30 Dec 2004 09:30:30 -0500


Can someone direct me to documentation on how to iterate over only the 
properties in a class at runtime. I have a class that is nothing but 
properties and instead of typing out 
Console.WriteLine(someObject.someProperty) it would rather iterate over 
the available properties.

Ist this where System.Refelection comes into play?