GC.Collect Method
.NET Framework 4.5
Forces garbage collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Collect() | Forces an immediate garbage collection of all generations. |
|
Collect(Int32) | Forces an immediate garbage collection from generation 0 through a specified generation. |
|
Collect(Int32, GCCollectionMode) | Forces a garbage collection from generation 0 through a specified generation, at a time specified by a GCCollectionMode value. |
|
Collect(Int32, GCCollectionMode, Boolean) | Forces a garbage collection from generation 0 through a specified generation, at a time specified by a GCCollectionMode value, with a value specifying whether the collection should be blocking. |