码迷,mamicode.com
首页 > 移动开发 > 详细

UWP 重启App

时间:2018-01-04 14:20:45      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:请求   title   bsp   ring   await   rest   white   pre   com   

原文:UWP 重启App

今天看见了阿迪王的博客,写到了重启App自身的代码,微软终于在16299加进来了

其实就加上一句话

await CoreApplication.RequestRestartAsync(string.Empty);

需要引用

using Windows.ApplicationModel.Core;


函数原型

        //
        // 摘要:
        //     重启应用。
        //
        // 参数:
        //   launchArguments:
        //     要传递到已重启实例的参数。
        //
        // 返回结果:
        //     重启请求的状态。
        [RemoteAsync]
        public static IAsyncOperation<AppRestartFailureReason> RequestRestartAsync(string launchArguments);


还可以传递参数,详情 How to Restart your App Programmatically

 

参考 :

http://edi.wang/post/2017/12/1/restart-uwp-app-programmatically

How to Restart your App Programmatically

UWP 重启App

标签:请求   title   bsp   ring   await   rest   white   pre   com   

原文地址:https://www.cnblogs.com/lonelyxmas/p/8192684.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!