
Browsing an object's structure at run time
Is there a way to determine (display or obtain in some way) the structure of
an object at execution time?. I want to find out what the properties of a
particular object ( that I'm creating in my program) are. This is because
the object does not seem to contain all the properties mentioned in the
documentation.
Thanks in advance