MonoMac.Foundation.NSCoder Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
A constructor that initializes the object from the data stored in the unarchiver object.
A constructor that initializes the object from the data stored in the unarchiver object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
AllowedClassesNSSet. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.

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.