Type Method 型メソッド

defaultCollector

Returns the default garbage collector. 省略時のガベージコレクタを返します。

Declaration 宣言

+ (id)defaultCollector;

Return Value 戻り値

The default garbage collector for the current process. Returns nil if the current process is not running with garbage collection. 現在のプロセスに対する省略時のガベージコレクション。nilを返します、もし現在のプロセスがガベージコレクションで動作しているのでないならば。

Discussion 議論

There is at most one garbage collector for Cocoa within a single process. 最大で1つのガベージコレクションがCocoaに対してある単一のプロセス内に存在します。