MonoMac.Foundation.NSCoder: Method Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

ContainsKey(string) : bool
Documentation for this section has not yet been entered.
DecodeBool(string) : bool
Documentation for this section has not yet been entered.
DecodeBytes(string) : byte[]
Documentation for this section has not yet been entered.
DecodeDouble(string) : double
Documentation for this section has not yet been entered.
DecodeFloat(string) : float
Documentation for this section has not yet been entered.
DecodeInt(string) : int
Documentation for this section has not yet been entered.
DecodeLong(string) : long
Documentation for this section has not yet been entered.
DecodeObject() : NSObject
Documentation for this section has not yet been entered.
DecodeObject(string) : NSObject
Documentation for this section has not yet been entered.
Encode(NSObject)
Documentation for this section has not yet been entered.
Encode(NSObject, string)
Documentation for this section has not yet been entered.
Encode(bool, string)
Documentation for this section has not yet been entered.
Encode(byte[], string)
Documentation for this section has not yet been entered.
Encode(double, string)
Documentation for this section has not yet been entered.
Encode(int, string)
Documentation for this section has not yet been entered.
Encode(long, string)
Documentation for this section has not yet been entered.
Encode(float, string)
Documentation for this section has not yet been entered.
Encode(byte[], int, int, string)
Documentation for this section has not yet been entered.
EncodeBlock(IntPtr, int, string)
Documentation for this section has not yet been entered.
EncodeConditionalObject(NSObject, string)
Documentation for this section has not yet been entered.
EncodeRoot(NSObject)
Documentation for this section has not yet been entered.
RequiresSecureCoding() : bool
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSCoder object.