[UWP] UWP C#如何在Microsoft Edge等多个进程中创建我的应用程序。 [英] [UWP]UWP C# How to make my app in multiple processes like Microsoft Edge.

查看:219
本文介绍了[UWP] UWP C#如何在Microsoft Edge等多个进程中创建我的应用程序。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何复制Microsoft Edge对管理选项卡和进程所执行的操作。在Windows中,如果您打开Edge,它将在任务管理器中显示为"MicrosoftEdge.exe"。在Edge显示taskamanager的起始页后不久,
出现一个名为"MicrosoftEdgeCP.exe"的新进程。如果您终止进程(MicrosoftEdgeCP.exe),Edge将在浏览器的底部显示必须重新加载页面并显示"重新加载页面"按钮。如果您打开多个标签,那么
将更多"MicrosoftEdgeCP.exe"流程。如何在我的应用程序C#UWP中执行相同的操作?

How can I replicate the behavior what Microsoft Edge does with Managing tabs and processes. In Windows if You open Edge then it will Show up in Task Manager as "MicrosoftEdge.exe" and shortly after Edge Shows the Startpage in taskamanager appears a new process named "MicrosoftEdgeCP.exe" if You kill the process (MicrosoftEdgeCP.exe), Edge will Show on the Bottom of the browser that the page must be reloaded and brings up a button "Reload page". If You open multiple tabs there will be more "MicrosoftEdgeCP.exe" processes. How can I do the same Thing in my application C# UWP?

推荐答案

好吧,我必须说可用的解决方案可能不符合您的要求,因为它需要  Windows 10,版本1803(10.0; Build 17134)或更高版本。   多实例
通用Windows应用程序
 在Windows 10,版本1803(10.0; Build 17134)中引入,可以在另一个进程中创建另一个应用程序实例。 

Well, I have to say that the available solution might not meet your requirement as it requires Windows 10, version 1803 (10.0; Build 17134) or higher.  multi-instance Universal Windows App is introduced in Windows 10, version 1803 (10.0; Build 17134), that could create another app instance in another process. 

祝你好运,

Roy


这篇关于[UWP] UWP C#如何在Microsoft Edge等多个进程中创建我的应用程序。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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