MonobjcMonobjc Documented Class Library
ResolveInstanceMethod Method (name)
NamespacesMonobjc.FoundationNSObjectResolveInstanceMethod(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static bool ResolveInstanceMethod(
	IntPtr name
)
Public Shared Function ResolveInstanceMethod ( _
	name As IntPtr _
) As Boolean
public:
static bool ResolveInstanceMethod(
	IntPtr name
)
Parameters
name (IntPtr)
The name of a selector to resolve.
Return Value
YES if the method was found and added to the receiver, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)