0

I'm currently planning to use C# in ironpython for a simple winform GUI, but I didn't find any documentation on the offical website, so I'm just wondering if anyone have idea to integrate C# in ironpython ?

Thanks!

Community
  • 1
  • 1
whtitefall
  • 631
  • 9
  • 16
  • https://stackoverflow.com/questions/7367976/calling-a-c-sharp-library-from-python -This is the first question that shows up on the **Frequent** section of the *ironpython* tag. May be helpful with implementation – Jaskier Mar 04 '19 at 21:29
  • @Symon Sorry, I mean call c# code in ironpython, not calling python code in c# – whtitefall Mar 04 '19 at 21:32
  • What are you struggling with? You can just load .NET assemblies in IronPython and call them – UnholySheep Mar 04 '19 at 21:33
  • @whtitefall , I've updated the link! My apologize, I misread – Jaskier Mar 04 '19 at 21:34
  • @UnholySheep So, I want to transfering data from ironpython to c# winform and plot a cartesian chart, is there a way to do this – whtitefall Mar 04 '19 at 21:41
  • If that is your overall issue, I believe it may be easier to just read the data from the form and go from there. – Jaskier Mar 05 '19 at 19:16

0 Answers0