Return Value
戻り値
An instance of the NSMachPort
class.
NSMachPort
クラスのあるインスタンス。
Overview
概要
For backward compatibility on Mach, allocWithZone: returns an instance of the NSMachPort
class when sent to the NSPort
class. Otherwise, it returns an instance of a concrete subclass that can be used for messaging between threads or processes on the local machine, or, in the case of NSSocketPort
, between processes on separate machines.
Mach上の後方互換性のために、allocWithZone:はNSMachPort
クラスのインスタンスを、NSPort
クラスに送信される場合に返します。そうでなければ、それはある具象サブクラスのインスタンスを返します、それはローカルマシーン上のスレッドまたはプロセスの間の、または、NSSocketPort
の場合には、別々のマシーン上のプロセス間の通信のために使われることができます。