You can get it through the ‘constructor’ property of the base Object class. i.e.:
var myClass:Class = Object(myObj).constructor;
You can get it through the ‘constructor’ property of the base Object class. i.e.:
var myClass:Class = Object(myObj).constructor;