UWP App中的[UWP] [C#]管道通信 [英] [UWP][C#]Pipe Communication in UWP App

查看:81
本文介绍了UWP App中的[UWP] [C#]管道通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用命名管道与其他应用程序通信的服务。我想在我的UWP应用程序中调用该服务。是否可以在UWP应用程序中使用System.IO.Pipes命名空间。

I have one service that uses named pipes to have communication with other applications. I want to call the service in my UWP application. Is it possible to use System.IO.Pipes namespace in UWP app.

当我尝试在UWP C#文件中使用Pipes时。它在这一行给出了编译错误:使用System.IO.Pipes;

When I try to use Pipes in UWP C# file. it gives compilation errors at this line: using System.IO.Pipes;

推荐答案

你是否添加了对这需要的装配?
have you added reference to the assembly that would be needed for this?


这篇关于UWP App中的[UWP] [C#]管道通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆