开发者

How to start separate processes

开发者 https://www.devze.com 2023-03-14 02:03 出处:网络
How to start separate processes integrated in one wpf application in c# and how to communicate between them?

How to start separate processes integrated in one wpf application in c# and how to communicate between them?

W开发者_运维问答hat I want is somthing like Internet Explorer.

In this case I want to Integerate several applications into one individual application with separate processes


The simplest way is to use the System.Diagnostics.Process class and named pipes. But, generally, this would hurt the maintenability (see other responses). For processes running on different machines, you better have a look at WCF.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号