【发布时间】:2021-11-24 22:38:41
【问题描述】:
我一直在使用 AppServices。我知道我可以打开从 Win32 进程到 UWP 的连接。但我需要它反过来。 是否可以从 UWP -> Win32 打开 AppServices 连接?
提前致谢
【问题讨论】:
-
为什么不试试呢? Sample here.
标签: c# uwp uwp-navigation
我一直在使用 AppServices。我知道我可以打开从 Win32 进程到 UWP 的连接。但我需要它反过来。 是否可以从 UWP -> Win32 打开 AppServices 连接?
提前致谢
【问题讨论】:
标签: c# uwp uwp-navigation
是否可以从 UWP -> Win32 打开 AppServices 连接?
没有。首先,您不能在您的 win32 应用程序中注册 appservice。而且你也不能在win32应用中处理连接请求,因为它需要BackgroundActivated事件。
【讨论】: