In windows forms, Application.ExecutablePath gives the executable path of the application.
What is the alternative in WPF?
System.Reflection.Assembly.GetExecutingAssembly().Location will give the executable path of the WPF application.
In windows forms, Application.ExecutablePath gives the executable path of the application.
What is the alternative in WPF?
System.Reflection.Assembly.GetExecutingAssembly().Location will give the executable path of the WPF application.
0 Responses to WPF application executable path