Function 関数

NSZoneName

Returns the name of the specified zone. 指定されたゾーンの名前を返します。

Declaration 宣言

NSString * NSZoneName(NSZone *zone);

Return Value 戻り値

A string containing the name associated with zone. If zone is nil, the default zone is used. If no name is associated with zone, the returned string is empty. zoneと結び付けられた名前を含んでいる文字列。zonenilならば、省略時のゾーンが使われます。名前がzoneと結び付けられないならば、返される文字列は空です。

See Also 参照

Managing Zones ゾーンを管理する