[IronPython] DLR Hosting, IronPython Engine shutdown issues

matan keret matan504 at gmail.com
Fri Nov 13 15:08:51 CET 2009


Hi everyone,

In the old IronPython hosting API there used to be a simple
pyEngine.Shutdown() command.
And then for cleanup we used: pyEngine.Dispose()

What is the equivalent in the new hosting API's? (am using IronPython 2.0.3)
I found that there is something like: pyEngine.Runtime.Shutdown();

Does that do the same as the old Shutdown() method?
And what can I use instead of the Dispose() command that doesn't seem to
exist anymore?

Thanks,
  Matan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091113/8f4cd9a8/attachment.html>


More information about the Ironpython-users mailing list