NSDistributedNotificationCenter Constructors

Definition

Overloads

NSDistributedNotificationCenter()
NSDistributedNotificationCenter(NSObjectFlag)
NSDistributedNotificationCenter(IntPtr)

NSDistributedNotificationCenter()

public NSDistributedNotificationCenter ();
[Foundation.Export("init")]
public NSDistributedNotificationCenter ();
Attributes

Applies to

NSDistributedNotificationCenter(NSObjectFlag)

protected NSDistributedNotificationCenter (Foundation.NSObjectFlag t);
new Foundation.NSDistributedNotificationCenter : Foundation.NSObjectFlag -> Foundation.NSDistributedNotificationCenter

Parameters

Applies to

NSDistributedNotificationCenter(IntPtr)

protected internal NSDistributedNotificationCenter (IntPtr handle);
new Foundation.NSDistributedNotificationCenter : nativeint -> Foundation.NSDistributedNotificationCenter

Parameters

handle
IntPtr

nativeint

Applies to