SF_INLINE void VisitMembers(ObjectVisitor* visitor) const;
VisitMembers visit the members of an object. Only valid for Object types (including Array and DisplayObject). Note that only public members are visited. For class instance objects, only members of the instance (not the prototype) are returned. To force visibility of members and properties, use the ASSetPropFlags method in ActionScript. If a managed value such as an Object is returned, then the Value holding the reference MUST be destroyed before the runtime dies since the Object’s memory will be invalid due to heap deallocation.
Parameters |
Description |
ObjectVisitor* visitor |
An instance of ObjectVisitor for visiting the members of an object. |