MonoMac.Foundation.NSUserDefaults: Method Members

The methods of MonoMac.Foundation.NSUserDefaults are listed below. For a list of all members, see the NSUserDefaults Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

AddSuite(string)
Documentation for this section has not yet been entered.
ArrayForKey(string) : NSObject[]
Documentation for this section has not yet been entered.
AsDictionary() : NSDictionary
Documentation for this section has not yet been entered.
BoolForKey(string) : bool
Documentation for this section has not yet been entered.
DataForKey(string) : NSData
Documentation for this section has not yet been entered.
DictionaryForKey(string) : NSDictionary
Documentation for this section has not yet been entered.
DoubleForKey(string) : double
Documentation for this section has not yet been entered.
FloatForKey(string) : float
Documentation for this section has not yet been entered.
GetVolatileDomain(string) : NSDictionary
Documentation for this section has not yet been entered.
IntForKey(string) : int
Documentation for this section has not yet been entered.
ObjectIsForced(string) : bool
Documentation for this section has not yet been entered.
ObjectIsForced(string, string) : bool
Documentation for this section has not yet been entered.
PersistentDomainForName(string) : NSDictionary
Documentation for this section has not yet been entered.
PersistentDomainNames() : string[]
Documentation for this section has not yet been entered.
RegisterDefaults(NSDictionary)
Documentation for this section has not yet been entered.
RemoveObject(string)
Documentation for this section has not yet been entered.
RemovePersistentDomain(string)
Documentation for this section has not yet been entered.
RemoveSuite(string)
Documentation for this section has not yet been entered.
RemoveVolatileDomain(string)
Documentation for this section has not yet been entered.
static
ResetStandardUserDefaults()
Documentation for this section has not yet been entered.
SetBool(bool, string)
Documentation for this section has not yet been entered.
SetDouble(double, string)
Documentation for this section has not yet been entered.
SetFloat(float, string)
Documentation for this section has not yet been entered.
SetInt(int, string)
Documentation for this section has not yet been entered.
SetPersistentDomain(NSDictionary, string)
Documentation for this section has not yet been entered.
SetString(string, string)
Documentation for this section has not yet been entered.
SetVolatileDomain(NSDictionary, string)
Documentation for this section has not yet been entered.
StringArrayForKey(string) : string[]
Documentation for this section has not yet been entered.
StringForKey(string) : string
Documentation for this section has not yet been entered.
Synchronize() : bool
Documentation for this section has not yet been entered.
VolatileDomainNames() : string[]
Documentation for this section has not yet been entered.