MonobjcMonobjc Documented Class Library
NSHashTableOptions Enumeration
NamespacesMonobjc.FoundationNSHashTableOptions

Components in a bit-field to specify the behavior of elements in an NSHashTable object.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSHashTableOptions
Public Enumeration NSHashTableOptions
public enum class NSHashTableOptions
Members
MemberDescription
NSHashTableStrongMemory

Equal to NSPointerFunctionsStrongMemory.

Available in Mac OS X v10.5 and later.


NSHashTableZeroingWeakMemory

Equal to NSPointerFunctionsZeroingWeakMemory.

Available in Mac OS X v10.5 and later.


NSHashTableCopyIn

Equal to NSPointerFunctionsCopyIn.

Available in Mac OS X v10.5 and later.


NSHashTableObjectPointerPersonality

Equal to NSPointerFunctionsObjectPointerPersonality.

Available in Mac OS X v10.5 and later.


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)