static public function invoke(methodName:String, scope, args:Array)
Invokes the method with the given name methodName on the given
scope using the givne args.
methodName | the name of the method to invoke on the given scope
|
scope | the scope to invoke the method on |
args | the arguments for the method invocation |
the result of the method invocation