MonoMac.Foundation.NSKeyedUnarchiver Members

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

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.
DelegateNSKeyedUnarchiverDelegate. An instance of the MonoMac.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) : MonoMac.ObjCRuntime.Class
Documentation for this section has not yet been entered.
static
GlobalGetClass(string) : MonoMac.ObjCRuntime.Class
Documentation for this section has not yet been entered.
static
GlobalSetClass(MonoMac.ObjCRuntime.Class, string)
Documentation for this section has not yet been entered.
SetClass(MonoMac.ObjCRuntime.Class, string)
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 resourced used by the NSKeyedUnarchiver object.

Public Events

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