MonobjcMonobjc Documented Class Library
PostNotificationNameObjectUserInfo Method (notificationName, notificationSender, notificationInfo)
NamespacesMonobjc.FoundationNSDistributedNotificationCenterPostNotificationNameObjectUserInfo(NSString, NSString, NSDictionary)

Creates a notification with information, and posts it to the receiver.

Original signature is '- (void)postNotificationName:(NSString *)notificationName object:(NSString *)notificationSender userInfo:(NSDictionary *)notificationInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostNotificationNameObjectUserInfo(
	NSString notificationName,
	NSString notificationSender,
	NSDictionary notificationInfo
)
Public Overridable Sub PostNotificationNameObjectUserInfo ( _
	notificationName As NSString, _
	notificationSender As NSString, _
	notificationInfo As NSDictionary _
)
public:
virtual void PostNotificationNameObjectUserInfo(
	NSString^ notificationName, 
	NSString^ notificationSender, 
	NSDictionary^ notificationInfo
)
Parameters
notificationName (NSString)
Name of the notification to post. Must not be nil.
notificationSender (NSString)
Sender of the notification. May be nil.
notificationInfo (NSDictionary)
Dictionary containing additional information. May be nil.
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)