Protocol
NSXPCProxyCreating
Methods for creating new proxy objects.
新しいプロキシオブジェクトを作成するためのメソッド。
Declaration
宣言
protocol NSXPCProxyCreating
Overview
概要
NSXPCConnection
implements this protocol. All objects returned from the methods in this protocol also implement the protocol. This allows creation of new proxies from other proxies.
NSXPCConnection
は、このプロトコルを実装します。このプロトコルの中のメソッドから返される全てのオブジェクトはまた、このプロトコルを実装します。これは、他のプロキシからの新しいプロキシの作成を可能にします。
Topics
話題
Instance Methods
インスタンス メソッド
Relationships
関係
Conforming Types
これらの型が準拠
See Also
参照
XPC Client
class NSXPCInterface
An interface that may be sent to an exported object or remote object proxy.
エクスポートオブジェクトまたはリモートオブジェクトプロキシに送られるかもしれないインターフェイス。
class NSXPCCoder
A coder that encodes and decodes objects that your app sends over an XPC connection.
あるコーダー、それはあなたのアプリがXPC接続越しに送信するオブジェクトそれらをエンコードおよびデコードします。