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

remoteObjectInterface

Defines the NSXPCInterface object that describes the protocol for the object represented by the remoteObjectProxy. NSXPCInterfaceオブジェクトを定義します、それはremoteObjectProxyによって表されるオブジェクトに対するプロトコルを記述します。

Declaration 宣言

var remoteObjectInterface: NSXPCInterface? { get set }

Discussion 議論

The proxy represents the exportedObject on the NSXPCConnection in the other process. プロキシは、exportedObjectNSXPCConnection上で他のプロセスにおいて表します。

This value is required if messages are sent over this connection. この値は、メッセージがこの接続越しに送られるならば必須とされます。