- initWithTarget:connection:
remoteObject
, which is an id in another thread or another application’s address space.
新しくアロケートされたNSDistantObjectをremoteObject
に対するリモートプロキシとして初期化します、それは別のスレッドまたは別のアプリケーションのアドレス空間におけるあるidです。
Availability 有効性
Technology
+ (id)proxyWithTarget:(id)target
connection:(NSConnection
*)connection;
remoteObject
An object in another thread or another application’s address space. 別のスレッドまたは別のアプリケーションのアドレス空間の中のあるオブジェクト。
aConnection
The connection to set as the NSConnection
object for the returned proxy—it should have been created using the NSConnection
connection
class method.
NSConnection
オブジェクトとしてその返されるプロキシに対して設定される接続 — それはNSConnection
のconnection
クラスメソッドを使って作成されているべきです。
A remote proxy for remote
and a
, creating the proxy if necessary
remote
とa
に対するリモートプロキシ、必要ならばプロキシを作成します。
A remote proxy cannot be used until its connection's peer has a local proxy representing remote
in the other application.
あるリモートプロキシは、それの接続のピアが、他のアプリケーションにおいてremote
を表しているローカルプロキシを持つまでは使われることができません。
- initWithTarget:connection:
remoteObject
, which is an id in another thread or another application’s address space.
新しくアロケートされたNSDistantObjectをremoteObject
に対するリモートプロキシとして初期化します、それは別のスレッドまたは別のアプリケーションのアドレス空間におけるあるidです。