- initWithTarget:selector:object:
Returns an
NSThread
object initialized with the given arguments.
与えられた引数それらで初期化されたNSThread
オブジェクトを返します。
NSThread
object.
初期化されたNSThread
オブジェクトを返します。
Availability 有効性
Technology
- (instancetype)init;
An initialized NSThread
object.
初期化されたNSThread
オブジェクト。
This is the designated initializer for NSThread
.
これは、NSThread
に対する指定イニシャライザです。
- initWithTarget:selector:object:
NSThread
object initialized with the given arguments.
与えられた引数それらで初期化されたNSThread
オブジェクトを返します。
- start