Mono Class Library: System.GC Overview | Members

System.GC.Collect Overloads

The overloads of Collect are listed below. For a list of all members, see the GC Members list.

Public Methods

static
Collect()
Requests that the garbage collector reclaim memory allocated to objects for which there are no valid references.
static
Collect(int)
Documentation for this section has not yet been entered.
static
Collect(int, GCCollectionMode)
Documentation for this section has not yet been entered.