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

encodeXPCObject:forKey:

Encodes an object to send over an XPC connection. XPC接続越しに送信するためにオブジェクトをエンコードします。

Declaration 宣言

- (void)encodeXPCObject:(xpc_object_t)xpcObject 
                 forKey:(NSString *)key;

Parameters パラメータ

xpcObject

An object that XPC can encode. XPCがエンコード可能なあるオブジェクト。

key

A string that your app uses to reference the encoded object. ある文字列、それはエンコードされたオブジェクトを参照するためにあなたのアプリが使用します。

See Also 参照

Encoding and Decoding エンコーディングとデコーディング