Instance Method
インスタンスメソッド
zone
Zones are deprecated and ignored by most classes that have it as a parameter.
Required.
必須。
Technology
- Objective-C Runtime
Objective-Cランタイム
Declaration
宣言
- (struct _NSZone *)zone;
Return Value
戻り値
A pointer to the zone from which the receiver was allocated.
See Also
参照
Obsolete Methods
- retain
Increments the receiver’s reference count.
Required.
必須。
- release
Decrements the receiver’s reference count.
Required.
必須。
- autorelease
Decrements the receiver’s retain count at the end of the current autorelease pool block.
Required.
必須。