You did mention needing the classname as a String, but the 'is' keyword is always a good one ;-)
On Thu, Aug 21, 2008 at 10:39 AM, Alex Harui <[EMAIL PROTECTED]> wrote: > 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 > > >

