Dynamically provides an implementation for a given selector for an instance method.
Original signature is '+ (BOOL)resolveInstanceMethod:(SEL)name'
Available in Mac OS X v10.5 and later.


- name (IntPtr)
- The name of a selector to resolve.

YES if the method was found and added to the receiver, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)