MonobjcMonobjc Documented Class Library
NSSearchPathDomainMask Enumeration
NamespacesMonobjc.FoundationNSSearchPathDomainMask

Search path domain constants specifying base locations for the NSSearchPathDirectory type.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSSearchPathDomainMask
Public Enumeration NSSearchPathDomainMask
public enum class NSSearchPathDomainMask
Members
MemberDescription
NSUserDomainMask

The user’s home directory—the place to install user’s personal items (~).

Available in Mac OS X v10.0 and later.


NSLocalDomainMask

Local to the current machine—the place to install items available to everyone on this machine.

Available in Mac OS X v10.0 and later.


NSNetworkDomainMask

Publicly available location in the local area network—the place to install items available on the network (/Network).

Available in Mac OS X v10.0 and later.


NSSystemDomainMask

Provided by Apple — can’t be modified (/System) .

Available in Mac OS X v10.0 and later.


NSAllDomainsMask

All domains.

Includes all of the above and future items.

Available in Mac OS X v10.0 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)