MonoMac.Foundation.NSKeyedArchiver Members

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

See Also: Inherited members from MonoMac.Foundation.NSCoder

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
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]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSKeyedArchiverDelegate. An instance of the MonoMac.Foundation.NSKeyedArchiverDelegate model class which acts as the class delegate.
PropertyListFormatNSPropertyListFormat. Documentation for this section has not yet been entered.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type
WillEncodeNSEncodeHook. Delegate invoked by the object to get a value.

Public Methods

static
ArchivedDataWithRootObject(NSObject) : NSData
Documentation for this section has not yet been entered.
static
ArchiveRootObjectToFile(NSObject, string) : bool
Documentation for this section has not yet been entered.
FinishEncoding()
Documentation for this section has not yet been entered.
GetClassName(MonoMac.ObjCRuntime.Class) : string
Documentation for this section has not yet been entered.
static
GlobalGetClassName(MonoMac.ObjCRuntime.Class) : string
Documentation for this section has not yet been entered.
static
GlobalSetClassName(string, MonoMac.ObjCRuntime.Class)
Documentation for this section has not yet been entered.
SetClassName(string, MonoMac.ObjCRuntime.Class)
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

EncodedObjectEvent raised by the object.
FinishedEvent raised by the object.
FinishingEvent raised by the object.
ReplacingObjectEvent raised by the object.