如何获取.NET程序的DLL版本
如何获取.NET程序的DLL版本,就是用以下代码吧。
stringpath=Server.MapPath(HttpContext.Current.Request.ApplicationPath)+"/bin";
string[]aa=Directory.GetFiles(path,"*.dll");
for(inti=0;i<aa.Length;i++)
{
Assemblyass=Assembly.Lo
...[查看详细内容]
如何获取.NET程序的DLL版本,就是用以下代码吧。
stringpath=Server.MapPath(HttpContext.Current.Request.ApplicationPath)+"/bin";
string[]aa=Directory.GetFiles(path,"*.dll");
for(inti=0;i<aa.Length;i++)
{
Assemblyass=Assembly.Lo
...[查看详细内容]