Instance Method
インスタンスメソッド
initWithInvocation:
Returns an NSInvocationOperation
object initialized with the specified invocation object.
指定された発動オブジェクトで初期化されたNSInvocationOperation
オブジェクトを返します。
Parameters
パラメータ
inv
The invocation object identifying the target object, selector, and parameter objects.
ターゲットオブジェクト、セレクタ、そしてパラメータオブジェクトを識別している発動オブジェクト。
Return Value
戻り値
An initialized NSInvocationOperation
object or nil
if the object could not be initialized.
初期化されたNSInvocationOperation
オブジェクトまたはnil
、もしオブジェクトが初期化されることができなかったならば。
Discussion
議論
This method is the designated initializer. The receiver tells the invocation object to retain its arguments.
このメソッドは、指定イニシャライザです。レシーバは、発動オブジェクトにそれの引数を保持するように伝えます。
See Also
参照
Initialization
初期化
- initWithTarget:selector:object:
Returns an NSInvocationOperation
object initialized with the specified target and selector.
指定されたターゲトとセレクタで初期化されたNSInvocationOperation
オブジェクトを返します。