I am making a GUI in C# and doing python scripting using iron python. But i want to pass a value from C# code to python code and get the return value to show in my gui. Is it possible???
-
Welcome to Stack Overflow. Please take the tour to learn how Stack Overflow works and read How to Ask on how to improve the quality of your question. Then check the help center to see what questions you can ask.Crowcoder– Crowcoder2021-04-28 19:58:58 +00:00Commented Apr 28, 2021 at 19:58
-
Does this answer your question? IPC between Python and C#Xiddoc– Xiddoc2021-04-28 20:26:32 +00:00Commented Apr 28, 2021 at 20:26
Add a comment
|