I've written a bunch of custom classes in ASP/VBScript.

I'm wondering if there is a way to programmatically view the object's public
properties, loop through them, etc.

I'm wondering if it's possible to interrogate for a list of public fuctions
(methods) as well.

I'm also curious if this capability is a feature of PHP and/or ASP.NET
classes. It would be very useful.

-KF