GC calling is handled by the CLR, How can you force GC call programatically?
vinay gn
System.GC.Collect() forces garbage collector to run. This is not recommended but can be used if situations arises.