Return Value 戻り値
The default garbage collector for the current process. Returns nil
if the current process is not running with garbage collection.
現在のプロセスに対する省略時のガベージコレクション。nil
を返します、もし現在のプロセスがガベージコレクションで動作しているのでないならば。
Availability 有効性
Technology
+ (id)defaultCollector;
The default garbage collector for the current process. Returns nil
if the current process is not running with garbage collection.
現在のプロセスに対する省略時のガベージコレクション。nil
を返します、もし現在のプロセスがガベージコレクションで動作しているのでないならば。
There is at most one garbage collector for Cocoa within a single process. 最大で1つのガベージコレクションがCocoaに対してある単一のプロセス内に存在します。