[Python.NET] calling Finalize directly

mtraudt mtraudt at quantifisolutions.com
Thu May 12 06:24:12 CEST 2005


I realize that you cannot currently build on mono
due to other limitations, but it seems that mcs also
does not like the fact that you call Finalize()
directly in some cases.

The MS compiler does not complain, although on
MSDN it says not to do this, and to use Dispose()
instead.  Is there any reason why you call
Finalize() directly?

Mark




More information about the PythonDotNet mailing list