MonobjcMonobjc Documented Class Library
NotificationWithNameObjectUserInfo Method (aName, anObject, userInfo)
NamespacesMonobjc.FoundationNSNotificationNotificationWithNameObjectUserInfo(NSString, Id, NSDictionary)

Returns a notification object with a specified name, object, and user information.

Original signature is '+ (id)notificationWithName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)userInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSNotification NotificationWithNameObjectUserInfo(
	NSString aName,
	Id anObject,
	NSDictionary userInfo
)
Public Shared Function NotificationWithNameObjectUserInfo ( _
	aName As NSString, _
	anObject As Id, _
	userInfo As NSDictionary _
) As NSNotification
public:
static NSNotification^ NotificationWithNameObjectUserInfo(
	NSString^ aName, 
	Id^ anObject, 
	NSDictionary^ userInfo
)
Parameters
aName (NSString)
The name for the new notification. May not be nil.
anObject (Id)
The object for the new notification.
userInfo (NSDictionary)
The user information dictionary for the new notification. May be nil.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSNotification.NotificationWithNameObjectUserInfo(Monobjc.Foundation.NSString,Monobjc.Id,Monobjc.Foundation.NSDictionary)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)