編集

次の方法で共有


CFNotificationCenter.Darwin Property

Definition

Returns the operating system global notification center.

public static CoreFoundation.CFNotificationCenter Darwin { get; }
member this.Darwin : CoreFoundation.CFNotificationCenter

Property Value

Remarks

This is an operating system global notification center, and can be used to send messages between applications running on the same machine. There is no notion of user session in the Darwin notification center, so all the notifications are global.

The main thread loop must be running in one of the common modes (RunLoopDefault for example) for these notifications to be delivered.

Applies to