MonobjcMonobjc Documented Class Library
NotificationCenterForType Method (notificationCenterType)
NamespacesMonobjc.FoundationNSDistributedNotificationCenterNotificationCenterForType(NSString)

Returns the distributed notification center for a particular notification center type.

Original signature is '+ (NSDistributedNotificationCenter *)notificationCenterForType:(NSString *)notificationCenterType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDistributedNotificationCenter NotificationCenterForType(
	NSString notificationCenterType
)
Public Shared Function NotificationCenterForType ( _
	notificationCenterType As NSString _
) As NSDistributedNotificationCenter
public:
static NSDistributedNotificationCenter^ NotificationCenterForType(
	NSString^ notificationCenterType
)
Parameters
notificationCenterType (NSString)
Notification center type being inquired about.
Return Value
Distributed notification center for notificationCenterType.
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)