This option has been deprecated. Use the NSMapTableWeakMemory option instead, which causes zeroing weak behavior under manual reference counting, automatic reference counting, and garbage collection. このオプションは推奨されません。NSMapTableWeakMemoryオプションを代わりに使ってください。それはゼロ化の弱い挙動を手動参照カウント、自動参照カウント、そしてガベージコレクションのもとでもたらします。
NSMapTableZeroingWeakMemory
Specifies a zeroing weak reference from the map table to its contents.
ゼロ化の弱い参照をマップテーブルからそれの内容へと指定します。
Deprecated 非推奨
Technology
- Foundation ファウンデーション
Overview 概要
Note 注意
This is not entirely equivalent to and compatible with the previous option's behavior. Objects must be weak-reference-safe under manual and automatic reference counting; not all objects are. これは、以前のオプションの挙動とまったく同等でそして互換性を持つわけではありません。オブジェクトは、手動および自動参照カウントのもとで「弱い参照で安全」でなければなりません;全てのオブジェクトがそうではありません。