Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# WPF 应用程序、Kinect 应用程序
从页面调用,想要重新启动整个应用程序
System.Diagnostics.Process.Start(System.Windows.Forms.Application.ExecutablePath); System.Windows.Forms.Application.Exit();
也不收旧的。为什么?我可以做任何黑客攻击吗?这是最后一分钟的事,所以我需要一个 hack 解决方案,因为我将在一小时后进行演示。
谢谢。
你可以使用这个。Wpf 上的这项工作
System.Diagnostics.Process.Start(Environment.CurrentDirectory+"\\YourExeName"); Close();