Hi Johannes,
InCollect() in X# does nothing because the VO garbage collector is not present anymore - X# uses the .NET memory managment and the relative garbage collector (that is much more stable and fast).
InCollect() in VO checks if the garbage collector is currently running and doing his work.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Thank you, Wolfgang and Robert, for the information and for pointing me to the location in the source code.
I suppose I could have thought of checking the source myself.