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

finalize()

The garbage collector invokes this method on the receiver before disposing of the memory it uses. ガベージコレクタは、このメソッドをレシーバ上で、それが使うメモリの処分を行う前に発動します。

Declaration 宣言

func finalize()

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 関連文書