我找到了带有AppDomain的Windows窗体的解决方案,但是WPF Application对象的等效项是什么?
Application
一种方法:
System.AppDomain.CurrentDomain.BaseDirectory
另一种方法是:
System.IO.Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName)