次の方法で共有


NSProcessInfo.Notifications クラス

定義

public static class NSProcessInfo.Notifications
type NSProcessInfo.Notifications = class
継承
NSProcessInfo.Notifications

メソッド

ObservePowerStateDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して PowerStateDidChangeNotification 厳密に型指定された通知。

ObservePowerStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して PowerStateDidChangeNotification 厳密に型指定された通知。

ObserveThermalStateDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して ThermalStateDidChangeNotification 厳密に型指定された通知。

ObserveThermalStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して ThermalStateDidChangeNotification 厳密に型指定された通知。

適用対象