NSFileHandle.ReadToEndOfFileInBackground メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReadToEndOfFileInBackground(NSString[]) | |
ReadToEndOfFileInBackground(NSRunLoopMode[]) | |
ReadToEndOfFileInBackground() |
ReadToEndOfFileInBackground(NSString[])
[Foundation.Export("readToEndOfFileInBackgroundAndNotifyForModes:")]
public virtual void ReadToEndOfFileInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadToEndOfFileInBackground : Foundation.NSString[] -> unit
override this.ReadToEndOfFileInBackground : Foundation.NSString[] -> unit
パラメーター
- notifyRunLoopModes
- NSString[]
- 属性
適用対象
ReadToEndOfFileInBackground(NSRunLoopMode[])
public void ReadToEndOfFileInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadToEndOfFileInBackground : Foundation.NSRunLoopMode[] -> unit
パラメーター
- notifyRunLoopModes
- NSRunLoopMode[]
適用対象
ReadToEndOfFileInBackground()
[Foundation.Export("readToEndOfFileInBackgroundAndNotify")]
public virtual void ReadToEndOfFileInBackground ();
abstract member ReadToEndOfFileInBackground : unit -> unit
override this.ReadToEndOfFileInBackground : unit -> unit
- 属性