cross-language

Instantiating a python class in C#

Instantiating a python class in C# Question: I’ve written a class in python that I want to wrap into a .net assembly via IronPython and instantiate in a C# application. I’ve migrated the class to IronPython, created a library assembly and referenced it. Now, how do I actually get an instance of that class? The …

Total answers: 4