基于 stdin 和 stdout 的 C# 双向 IPC
如何连接两个 C# 进程,以便它们可以通过 stdin 和 stdout 相互通信?
像这样:
过程A --> 标准输出 A --> 标准输入 B ---> 进程 B
进程 A <-- 标准输入 A <-- 标准输出 B <--- 进程 B
How can I connect two C# processes so they can communicate with each other over stdin and stdout?
Like this:
Process A --> stdout A --> stdin B ---> Process B
Process A <-- stdin A <-- stdout B <--- Process B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)