c#获取程序版本号

2021-06-22 10:06

阅读:575

标签:name   get   style   rod   string   cut   +=   getname   程序集   

Content.Text = "程序集版本:" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() +"\n";
Content.Text += "文件版本:" + Application.ProductVersion.ToString() +"\n";
Content.Text += "部署版本:" + System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString();

c#获取程序版本号

标签:name   get   style   rod   string   cut   +=   getname   程序集   

原文地址:https://www.cnblogs.com/net-sky/p/10215889.html


评论


亲,登录后才可以留言!