次の方法で共有


NSFileHandle.ReadToEndOfFileInBackground メソッド

定義

オーバーロード

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
属性

適用対象