Share via


NSFileHandle.Notifications クラス

定義

クラスによって NSFileHandle 投稿された通知。

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

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

このクラスで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを NSNotificationEventArgs 使用して、指定されたメソッドまたはラムダを呼び出します。

メソッド

ObserveConnectionAccepted(EventHandler<NSFileHandleConnectionAcceptedEventArgs>)

定数の厳密に型指定された通知 ConnectionAcceptedNotification

ObserveConnectionAccepted(NSObject, EventHandler<NSFileHandleConnectionAcceptedEventArgs>)

定数の厳密に型指定された通知 ConnectionAcceptedNotification

ObserveDataAvailable(EventHandler<NSNotificationEventArgs>)

定数の厳密に型指定された通知 DataAvailableNotification

ObserveDataAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

定数の厳密に型指定された通知 DataAvailableNotification

ObserveReadCompletion(EventHandler<NSFileHandleReadEventArgs>)

定数の厳密に型指定された通知 ReadCompletionNotification

ObserveReadCompletion(NSObject, EventHandler<NSFileHandleReadEventArgs>)

定数の厳密に型指定された通知 ReadCompletionNotification

ObserveReadToEndOfFileCompletion(EventHandler<NSFileHandleReadEventArgs>)

定数の厳密に型指定された通知 ReadToEndOfFileCompletionNotification

ObserveReadToEndOfFileCompletion(NSObject, EventHandler<NSFileHandleReadEventArgs>)

定数の厳密に型指定された通知 ReadToEndOfFileCompletionNotification

適用対象