Function 関数

NSSetZoneName

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

Declaration 宣言

void NSSetZoneName(NSZone *zone, NSString *name);

Discussion 議論

Sets the name of zone to name, which can aid in debugging. zoneの名前をnameに設定します、それはデバッグにおいて助けとなりえます。

See Also 参照

Managing Zones ゾーンを管理する