Foundation.NSNotification: Method Members

The methods of Foundation.NSNotification are listed below. For a list of all members, see the NSNotification Members list.

See Also: Inherited members from Foundation.NSObject

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.