Returns an NSPointerFunctions object initialized with the given options.
Original signature is '- (id)initWithOptions:(NSPointerFunctionsOptions)options'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public NSPointerFunctions( NSPointerFunctionsOptions options )
Public Sub New ( _ options As NSPointerFunctionsOptions _ )
public: NSPointerFunctions( NSPointerFunctionsOptions options )

- options (NSPointerFunctionsOptions)
- The options for the new NSPointerFunctions object.

The NSPointerFunctions object, initialized with the given options.

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