Foundation.NSKeyedUnarchiver Members

The members of Foundation.NSKeyedUnarchiver 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

CannotDecodeClassNSDecoderHandler. Delegate invoked by the object to get a value.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DecodedObjectNSDecoderCallback. Delegate invoked by the object to get a value.
DelegateINSKeyedUnarchiverDelegate. An instance of the Foundation.NSKeyedUnarchiverDelegate model class which acts as the class delegate.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type

Public Methods

FinishDecoding()
Documentation for this section has not yet been entered.
GetClass(string) : ObjCRuntime.Class
Documentation for this section has not yet been entered.
static
GlobalGetClass(string) : ObjCRuntime.Class
Documentation for this section has not yet been entered.
static
GlobalSetClass(ObjCRuntime.Class, string)
Documentation for this section has not yet been entered.
SetClass(ObjCRuntime.Class, string)
Documentation for this section has not yet been entered.
SetRequiresSecureCoding(bool)
Documentation for this section has not yet been entered.
static
UnarchiveFile(string) : NSObject
Documentation for this section has not yet been entered.
static
UnarchiveObject(NSData) : NSObject
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSKeyedUnarchiver object.

Public Events

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