public var destinationObjectName:String;
public var parentObject:Object;
...
if(destinationObjectName!=null && parentObject.hasOwnProperty
(destinationObjectName)){
   var returnClassObject:Class;
   returnClassObject = getDefinitionByName(getQualifiedClassName
(event.result)) as Class;
   parentObject[destinationObjectName] = event.result as
returnClassObject;
}

On 26 дек, 17:48, veeru rahul <veeru...@gmail.com> wrote:
> Hi Guys,
>
> Is there any equivalent for Reflection (Java) in AS 3.0 ?
>
> If so please provide some pointers.
>
> Thanks,
> Veeru

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to