MonobjcMonobjc Documented Class Library
ResolveClassMethod Method (name)
NamespacesMonobjc.FoundationNSObjectResolveClassMethod(IntPtr)

Dynamically provides an implementation for a given selector for a class method.

Original signature is '+ (BOOL)resolveClassMethod:(SEL)name'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool ResolveClassMethod(
	IntPtr name
)
Public Shared Function ResolveClassMethod ( _
	name As IntPtr _
) As Boolean
public:
static bool ResolveClassMethod(
	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)