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