Instance Property インスタンスプロパティ

rootProxy

The proxy for the root object of the receiver’s peer in another application or thread. 別のアプリケーションまたはスレッドの中の、このレシーバの持つピアのルートオブジェクトに対するプロキシ。

Declaration 宣言

@property(readonly, retain) NSDistantObject *rootProxy;

Discussion 議論

The proxy returned can change between invocations if the peer NSConnection object's root object is changed. 返されるプロキシは、発動それらの間で変わることがあります、もしピアNSConnectionオブジェクトのもつルートオブジェクトが変更されるならば。

See Also 参照

Getting a Remote Object リモートオブジェクトを取得する

Related Documentation 関連文書