Tagged Questions
19
votes
3answers
3k views
Instantiating a python class in C#
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 ...