describeType, getQualifiedClassName
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Cook Sent: Thursday, August 21, 2008 9:32 AM To: [email protected] Subject: [flexcoders] How to determine object type Is there a simple way to use reflection to determine the type of an object. I would have thought that that Object would have a method called class (or something similar) that would return a string representation of the type of the class but that doesn't seem to be the case. Dale

