Search code examples
c#.netinstanceironpythonactivator

Activator.CreateInstance for create Ironpython class


Is it possible to use Activator.CreateInstance to create a class in c# based on a Type declared in Ironpython? If I try to use it, I always get the message, that no parameter-less constructor is found.

Thank you!


Solution

  • The short answer, no it is not possible.