Foundation.NSNotification Members

The members of Foundation.NSNotification are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

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.
[read-only]
Namestring. The name given to this notification.
[read-only]
ObjectNSObject. The object payload for the notification.
[read-only]
UserInfoNSDictionary. The optional dictionary payload for the notification.

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
static
FromName(string, NSObject) : NSNotification
Creates a new NSNotification with a name and an object payload.
static
FromName(string, NSObject, NSDictionary) : NSNotification
Creates a new NSNotification with a name, an object and a dictionary payload.

Protected Methods

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