Instance Method インスタンスメソッド

dealloc

Deallocates the memory occupied by the receiver. レシーバによって占有されたメモリを割り当て解除します。

Declaration 宣言

- (void)dealloc;

Discussion 議論

This method behaves as described in the NSObject class specification under the dealloc instance method. このメソッドは、NSObjectクラス仕様においてdeallocインスタンスメソッドの下で記述されるように振る舞います。

See Also 参照

Related Documentation 関連文書