static function ToReflectedMethod (clazz : IntPtr, methodID : IntPtr, isStatic : bool) : IntPtr
Description
Converts a method ID derived from clazz to a java.lang.reflect.Method or java.lang.reflect.Constructor object.
See Also: Java Native Interface Specification (Oracle)