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

后端 未结 7 1554
甜味超标
甜味超标 2020-11-22 07:31

I want to create a communication between a parent and a child process, both written in C#.

It should be asynchronous, event-driven.

I don\'t want to run a thre

相关标签:
7条回答
  • 2020-11-22 08:30

    There's also COM.

    There are technicalities, but I'd say the advantage is that you'll be able to call methods that you can define.

    MSDN offers C# COM interop tutorials. Please search because these links do change.

    To get started rightaway go here...

    0 讨论(0)
提交回复
热议问题