var NSScannedOption : Int
Specifies allocation of scanned memory.
スキャンされたメモリのアロケーションを指定します。
var NSCollectorDisabledOption : Int
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:
を返されるブロックをその引数として使って発動することと等しいです。