macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSPortCoder

NSPortCoderクラス

INDEX>Foundation>apple(OS X)Macのみ 解説 継承 NSCoder : NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 OS X 10.0以降 定義 NSPortCoder.h 概要 適合するプロトコル メソッド NSPortCoder…

isByref

調査中 解説 調査中 参照渡しかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 例文

isBycopy

調査中 解説 調査中 値渡しかを返します 返り値 ( BOOL ) YES/NO 引数 フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 例文 - (id)replacementObjectForPortCoder:(NSPortCoder *)encoder { if ([encoder isBycopy]) re…

initWithReceivePort:sendPort:components:

OS X v10.7で非推奨 -(id)initWithReceivePort:(NSPort *)rcvPort: sendPort:(NSPort *)sndPort: components:(NSArray *)comps: 解説 受信ポートと送信ポート、コンポーネントでポートコーダーを初期化して返します。 返り値 ( id ) オブジェクト 引数 ( NSP…

encodePortObject:

-(void)encodePortObject:(NSPort *)aPort: 解説 コード化します。 返り値 ( void ) なし 引数 ( NSPort * )aPort ポート フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 例文

dispatch

OS X v10.7で非推奨 解説 返り値 ( void ) なし 引数 フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 + portCoderWithReceivePort:sendPort:components: - initWithReceivePort:sendPort:components: 例文

decodePortObject

調査中 解説 調査中 デコードします。 返り値 ( NSPort * ) ポート 引数 フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 例文

connection

調査中 解説 調査中 コネクションを返します。 返り値 ( NSConnection * ) コネクション 引数 フレームワーク Foundation クラス NSPortCoder Instance Methods 使用可能 10.0 参照 例文

portCoderWithReceivePort:sendPort:components:

OS X v10.7で非推奨 +()portCoderWithReceivePort:(NSPort *)receivePort: sendPort:(NSPort *)sendPort: components:(NSArray *)outputArray: 解説 受信ポートと送信ポート、出力配列でポートコーダーを作って返します。 返り値 引数 ( NSPort * )receivePo…