Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Restart WPF Application

var currentExecutablePath = Process.GetCurrentProcess().MainModule.FileName;
Process.Start(currentExecutablePath);
Application.Current.Shutdown();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Restart #WPF #Application
ADD COMMENT
Topic
Name
8+5 =