Instance Method
インスタンスメソッド
enable
Enables collection after collection has been disabled.
コレクションが作動しないようにされた後にコレクションを作動します。
Discussion
議論
This method balances a single invocation of disable
. To reenable collection, this method must be invoked as many times as was disable
.
このメソッドは、disable
のある単一の発動と収支を合わせます。コレクションを再度可能にするために、このメソッドはdisable
したのと同じだけ多く発動されなければなりません。
See Also
参照
Collection State
コレクション状態
- disable
Temporarily disables collections.
一時的にコレクションを作動しないようにします。
Deprecated
非推奨
- isEnabled
Returns a Boolean value that indicates whether garbage collection is currently enabled for the current process.
あるブール値を返します、それはガベージコレクションが現在のプロセスに対して現在は可能にされているかどうかを指し示します。
Deprecated
非推奨
- isCollecting
Returns a Boolean value that indicates whether a collection is currently in progress.
あるブール値を返します、それはあるコレクションが現在は処理中であるかどうかを指し示します。
Deprecated
非推奨