Class | Description |
---|---|
NSDefaults |
NSDefaults is an implementation of the defaults system used in Mac OS X. |
Scope |
The scope indicates who has access to a specific
NSDefaults instance. |
Scope.SystemScope |
The system-wide scope for the local host
|
Scope.UserByHostScope |
The scope for the current user on a specific host
|
Scope.UserScope |
The scope for the current user on any host
|