Foundation.NSKeyedArchiver Members

The members of Foundation.NSKeyedArchiver are listed below.

See Also: Inherited members from Foundation.NSCoder

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
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.
DelegateINSKeyedArchiverDelegate. An instance of the Foundation.NSKeyedArchiverDelegate model class which acts as the class delegate.
PropertyListFormatNSPropertyListFormat. Documentation for this section has not yet been entered.
[read-only]
static
RootObjectKeyNSString. Represents the value associated with the constant NSKeyedArchiveRootObjectKey
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(ObjCRuntime.Class) : string
Documentation for this section has not yet been entered.
static
GlobalGetClassName(ObjCRuntime.Class) : string
Documentation for this section has not yet been entered.
static
GlobalSetClassName(string, ObjCRuntime.Class)
Documentation for this section has not yet been entered.
SetClassName(string, ObjCRuntime.Class)
Documentation for this section has not yet been entered.
SetRequiresSecureCoding(bool)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources 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.