Reputation: 9502
Having some invokeMethod
that takes in (java.lang.String method_name, Object[] params, Class[] params_classes)
How would you invoke some method with signature like void MyMethod()
?
Upvotes: 1
Views: 3430