NSThread.Start 方法

定义

重载

Start()

启动此 NSThread。

Start(Action)

Start()

启动此 NSThread。

[Foundation.Export("start")]
public virtual void Start ();
abstract member Start : unit -> unit
override this.Start : unit -> unit
属性

适用于

Start(Action)

public static Foundation.NSThread Start (Action action);
static member Start : Action -> Foundation.NSThread

参数

action
Action

返回

适用于