Interprocess Communication Between C# application and unmanaged C++ application

前端 未结 8 2337
感动是毒
感动是毒 2021-01-05 15:20

I have two Windows services, the first one written in C# and the second written in unmanaged C++, I want to know how can I do two-way interprocess communication.

8条回答
  •  耶瑟儿~
    2021-01-05 15:45

    I would say redis would be the best solution for any kind of interprocess communication

提交回复
热议问题