mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.GC, including all inherited members.
AddMemoryPressure(long bytesAllocated) | System.GC | static |
CancelFullGCNotification() | System.GC | static |
Collect(int generation) | System.GC | static |
Collect() | System.GC | static |
Collect(int generation, GCCollectionMode mode) | System.GC | static |
Collect(int generation, GCCollectionMode mode, bool blocking) | System.GC | static |
Collect(int generation, GCCollectionMode mode, bool blocking, bool compacting) | System.GC | static |
CollectionCount(int generation) | System.GC | static |
EndNoGCRegion() | System.GC | static |
GetGeneration(object obj) | System.GC | |
GetGeneration(WeakReference wo) | System.GC | static |
GetTotalMemory(bool forceFullCollection) | System.GC | static |
KeepAlive(object obj) | System.GC | static |
MaxGeneration | System.GC | static |
RegisterForFullGCNotification(int maxGenerationThreshold, int largeObjectHeapThreshold) | System.GC | static |
RemoveMemoryPressure(long bytesAllocated) | System.GC | static |
ReRegisterForFinalize(object obj) | System.GC | static |
SuppressFinalize(object obj) | System.GC | static |
TryStartNoGCRegion(long totalSize) | System.GC | static |
TryStartNoGCRegion(long totalSize, long lohSize) | System.GC | static |
TryStartNoGCRegion(long totalSize, bool disallowFullBlockingGC) | System.GC | static |
TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) | System.GC | static |
WaitForFullGCApproach() | System.GC | static |
WaitForFullGCApproach(int millisecondsTimeout) | System.GC | static |
WaitForFullGCComplete() | System.GC | static |
WaitForFullGCComplete(int millisecondsTimeout) | System.GC | static |
WaitForPendingFinalizers() | System.GC | static |