Function 関数

object_dispose

Frees the memory occupied by a given object.

Declaration 宣言

id object_dispose(id obj);

Parameters パラメータ

obj

An Objective-C object. あるObjective-Cオブジェクト。

Return Value 戻り値

nil.

See Also 参照

Working with Instances インスタンスを扱う