To embed some IronPython Code into C# I want to use the ScriptEngine
using IronPython.Hosting; using Microsoft.Scripting.Hosting;
I found t
It looks like this is part of the DLR binaries ... more information here:
https://blogs.msdn.com/seshadripv/archive/2008/06/24/how-to-write-a-simple-dlr-host-in-c-using-hosting-api.aspx