MonobjcMonobjc Documented Class Library
InitWithPointerFunctions Method (functions)
NamespacesMonobjc.FoundationNSPointerArrayInitWithPointerFunctions(NSPointerFunctions)

Initializes the receiver to use the given functions.

Original signature is '- (id)initWithPointerFunctions:(NSPointerFunctions *)functions'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPointerFunctions(
	NSPointerFunctions functions
)
Public Overridable Function InitWithPointerFunctions ( _
	functions As NSPointerFunctions _
) As Id
public:
virtual Id^ InitWithPointerFunctions(
	NSPointerFunctions^ functions
)
Parameters
functions (NSPointerFunctions)
The pointer functions for the new instance.
Return Value
The receiver, initialized to use the given functions.
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)