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

Invokes the constructor with arguments.

Parameters
  • args Constructor arguments.
Returns

New instance.

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