Forces an immediate garbage collection of all generations.
using System; class MainClass { static void Main() { GC.Collect(); } }