http://tech.groups.yahoo.com/group/flexcoders/message/154284
I just asked a very similar question a few days ago, hope it helps -Tom (http://tomek.me) --- In [email protected], "kidl33t" <kidl...@...> wrote: > > I have a method which takes a function as one of its parameters. Is there > any way to inspect this function and determine what parameters it takes? > > I have tried both getClassInfo()and describeType(). describeType does in > fact return that information I need if the class passed to it has a public > method. But I can't figure out how to inspect a function that isn't attached > to a class. > > Thanks, >

