GarbageCollector
API to control the garbage collector on the Mono and IL2CPP scripting back ends. Not supported for CoreCLR.
Read time 1 minuteLast updated 6 days ago
Definition
public static class GarbageCollector
Static Properties
Property | Description |
|---|
| GCMode | Set and get global garbage collector operation mode. |
| incrementalTimeSliceNanoseconds | The target duration of a collection step when performing incremental garbage collection. |
| isIncremental | Reports whether incremental garbage collection is enabled. |
Static Methods
Method | Description |
|---|
| CollectIncremental | Perform an on-demand incremental garbage collection for a maximum duration specified by the parameter. |
Static Events
Enums