Instance Method
インスタンスメソッド
finalize
The garbage collector invokes this method on the receiver before disposing of the memory it uses.
ガベージコレクタは、このメソッドをレシーバ上で、それが使うメモリの処分を行う前に発動します。
Discussion
議論
This method behaves as described in the NSObject
class specification under the finalize
instance method. Note that a finalize
method must be thread-safe.
このメソッドは、NSObject
クラス仕様においてfinalize
インスタンスメソッドの下で記述されるように振る舞います。finalize
メソッドはスレッド安全でなければならないことに注意してください。
See Also
参照
Related Documentation
関連文書
- dealloc
Deallocates the memory occupied by the receiver.
レシーバによって占有されたメモリを割り当て解除します。