Obtain a method of the object given a name
, searching both the object info
and any interfaces it implements.
null
will be returned if there's no method available with that name.
Note that this function does *not* search parent classes; you will have to chain up if that's desired.
name |
name of method to obtain |
implementor |
The implementor of the interface |
info |
the FunctionInfo. Free the struct by calling |