Returns a new pointer array initialized to use the given options.
Original signature is '+ (id)pointerArrayWithOptions:(NSPointerFunctionsOptions)options'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static NSPointerArray PointerArrayWithOptions( NSPointerFunctionsOptions options )
Public Shared Function PointerArrayWithOptions ( _ options As NSPointerFunctionsOptions _ ) As NSPointerArray
public: static NSPointerArray^ PointerArrayWithOptions( NSPointerFunctionsOptions options )

- options (NSPointerFunctionsOptions)
- The pointer functions options for the new instance.

A new pointer array initialized to use 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)