What is the simplest method of inter-process communication between 2 C# processes? - Stack Overflow

What is the simplest method of inter-process communication between 2 C# processes? - Stack Overflow

瀏覽:1253
日期:2026-04-23
I want communicate between a parent and child process both written in C#. It should be asynchronous, event driven. I does not want run a thread in every process that handle the very rare communicat... ... I would suggest using the Windows Communication .....看更多