flash - Flex: given Class object, get the name of the class it represents -


In Flex, say I have a class object.

For example:

  var clazz: class = string; Trace; // what I want "string"  

< P> flash.utils :: getQualifiedClassName is the job you are looking for ...;)

Congratulations

back2dos


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -