MonoMac.Foundation.NSUbiquitousKeyValueStore Members

The members of MonoMac.Foundation.NSUbiquitousKeyValueStore are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
ChangedKeysKeyNSString. Represents the value associated with the constant NSUbiquitousKeyValueStoreChangedKeysKey
[read-only]
static
ChangeReasonKeyNSString. Represents the value associated with the constant NSUbiquitousKeyValueStoreChangeReasonKey
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DefaultStoreNSUbiquitousKeyValueStore. Documentation for this section has not yet been entered.
[read-only]
static
DidChangeExternallyNotificationNSString. Notification constant for DidChangeExternally

Public Methods

DictionaryRepresentation() : NSDictionary
Documentation for this section has not yet been entered.
GetArray(string) : NSObject[]
Documentation for this section has not yet been entered.
GetBool(string) : bool
Documentation for this section has not yet been entered.
GetData(string) : NSData
Documentation for this section has not yet been entered.
GetDictionary(string) : NSDictionary
Documentation for this section has not yet been entered.
GetDouble(string) : double
Documentation for this section has not yet been entered.
GetLong(string) : long
Documentation for this section has not yet been entered.
GetString(string) : string
Documentation for this section has not yet been entered.
Remove(string)
Documentation for this section has not yet been entered.
Synchronize() : bool
Documentation for this section has not yet been entered.