Type Method 型メソッド

allConnections

Returns all valid NSConnection objects in the process. そのプロセスにおける全ての有効なNSConnectionオブジェクトを返します。

Declaration 宣言

+ (NSArray<NSConnection *> *)allConnections;

Return Value 戻り値

An array containing all valid NSConnection objects in the process. そのプロセスにおける全ての有効なNSConnectionオブジェクトを含んでいるある配列。

See Also 参照

Related Documentation 関連文書