allocWithZone:

Returns an instance of the NSMachPort class. NSMachPortクラスのあるインスタンスを返します。

Declaration 宣言

+ (id)allocWithZone:(NSZone *)zone

Parameters パラメータ

zone

The memory zone in which to allocate the new object. それにおいて新しいオブジェクトをアロケートすることになるメモリゾーン。

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の場合には、別々のマシーン上のプロセス間の通信のために使われることができます。

See Also 参照

Creating Instances インスタンスを作成する