klyn.reflection.Method.invoke
method
public invoke(args as Object[]) as Object throws Exception:
Description

Invokes the method with dynamic arguments. For instance methods, use invokeOn() instead.

Throws
  • Exception if argument binding fails or the invoked constructor, method, or function throws an exception.