Mono Class Library: Overview

System.GC: Method Members

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

See Also: Inherited members from System.Object

Public Methods

static
AddMemoryPressure(long)
Documentation for this section has not yet been entered.
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.
static
CollectionCount(int) : int
Documentation for this section has not yet been entered.
static
GetGeneration(object) : int
Documentation for this section has not yet been entered.
static
GetGeneration(WeakReference) : int
Documentation for this section has not yet been entered.
static
GetTotalMemory(bool) : long
Documentation for this section has not yet been entered.
static
KeepAlive(object)
Creates a reference to the specified object.
static
RemoveMemoryPressure(long)
Documentation for this section has not yet been entered.
static
ReRegisterForFinalize(object)
Requests that the specified object be added to the list of objects that require finalization.
static
SuppressFinalize(object)
Instructs the garbage collector not to call the object.Finalize method on the specified object.
static
WaitForPendingFinalizers()
Suspends the current thread until the set of objects waiting for finalization is empty.