在C#中我们可以用Application.ExecutablePath来获得程序路径
在WPF中Application这个类没有ExecutablePath
我们可以这样用
using System.Reflection; Assembly.GetExecutingAssembly().Location;
Powered by: 博客园 Copyright © 2024 skystalker Powered by .NET 9.0 on Kubernetes