Global Variable
グローバル変数
NSCollector
NSCollectorDisabledOption
Specifies that the block is retained, and therefore ineligible for collection. Specifying this option is equivalent to invoking
disableCollectorForPointer:
with the returned block as the argument.
ブロックが保持されることを指定します、そしてそれゆえにコレクションには不適当です。このオプションを指定することは、disableCollectorForPointer:
を返されるブロックをその引数として使って発動することと等しいです。
Availability 有効性
- macOS 10.5+
Technology
- Foundation ファウンデーション
Declaration 宣言
var NSCollectorDisabledOption: Int
{ get }