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

适用于