Garbage Collection Technology Sample
This page is specific to:.NET Framework Version:1.12.03.03.54.0
.NET Framework Samples
Garbage Collection Technology Sample

This sample introduces developers to garbage collection in the .NET Framework. The garbage-collected heap manages all class objects. This heap monitors the lifetime of objects and frees them only when no part of the program references the objects.

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\GarbageCollection

Concepts Presented in This Sample

memory management, samples; GC class, samples; WeakReference class, samples; Threading namespace, samples; Thread class, samples; generations, samples; promotion, samples; weak references, samples; Dispose method, samples; Finalize method, samples

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View