[Mono-list] How to use the Boehm garbage collector

Pierre Arnaud pierre.arnaud@opac.ch
Mon, 3 May 2004 16:12:52 +0200


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