The members of Foundation.NSNotification are listed below.
See Also: Inherited members from Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Name | string. The name given to this notification. |
| [read-only] | Object | NSObject. The object payload for the notification. |
| [read-only] | UserInfo | NSDictionary. The optional dictionary payload for the notification. |
Copy(NSZone)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)Creates a new NSNotification with a name and an object payload. | |
static | FromName(string, NSObject, NSDictionary)Creates a new NSNotification with a name, an object and a dictionary payload. | |