HannibAl Bundie wrote:
> Nevertheless, I would like to force a garbage collection. In this case,
> what namespace I have to use in the aim to apply a GC_gcollect() ?
Probably, just like on .NET :
System.GC.Collect ();
Just my 0.02? :-)
Pierre