Class

NSXPCInterface

An interface that may be sent to an exported object or remote object proxy. エクスポートオブジェクトまたはリモートオブジェクトプロキシに送られるかもしれないインターフェイス。

Declaration 宣言

class NSXPCInterface : NSObject

Overview 概要

This object holds all information about the interface of an exported object or remote object proxy. It describes what messages are allowed, what kinds of objects are allowed as arguments, what the signature of any reply blocks are, and information about additional proxy objects. このオブジェクトは、エクスポートオブジェクトまたはリモートオブジェクトプロキシのインターフェイスについての全ての情報を保持します。それが記述するのは、どんなメッセージが可能か、どんな種類のオブジェクトが引数として可能か、どんなシグネチャのいくつの応答ブロックがあるか、および追加的プロキシオブジェクトについての情報です。

Topics 話題

Initializers イニシャライザ

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

Instance Methods インスタンス メソッド

Relationships 関係

Inherits From 継承元

See Also 参照

XPC Client