다음을 통해 공유


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

반환

적용 대상