Mono Class Library: OverviewSystem.GC: Members |
The members of System.GC are listed below.
See Also: Inherited members from System.Object
[read-only] staticMaxGeneration int. Documentation for this section has not yet been entered.
staticAddMemoryPressure(long) Documentation for this section has not yet been entered. staticCollect() Requests that the garbage collector reclaim memory allocated to objects for which there are no valid references. staticCollect(int) Documentation for this section has not yet been entered. staticCollect(int, GCCollectionMode) Documentation for this section has not yet been entered. staticCollectionCount(int) : int Documentation for this section has not yet been entered. staticGetGeneration(object) : int Documentation for this section has not yet been entered. staticGetGeneration(WeakReference) : int Documentation for this section has not yet been entered. staticGetTotalMemory(bool) : long Documentation for this section has not yet been entered. staticKeepAlive(object) Creates a reference to the specified object. staticRemoveMemoryPressure(long) Documentation for this section has not yet been entered. staticReRegisterForFinalize(object) Requests that the specified object be added to the list of objects that require finalization. staticSuppressFinalize(object) Instructs the garbage collector not to call the object.Finalize method on the specified object. staticWaitForPendingFinalizers() Suspends the current thread until the set of objects waiting for finalization is empty.