Creates a BoundFunc object which calls a method of a given object.
BoundFunc := ObjBindMethod(Obj, Method, Params)
Any object.
A method name.
Any number of parameters.
For details and examples, see BoundFunc object.