码迷,mamicode.com
首页 > Windows程序 > 详细

c#获取程序版本号

时间:2019-01-03 18:10:48      阅读:216      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!