标签为 DLL版本 有1篇文章

如何获取.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=Assembl
...[查看详细内容]


tags: DLL版本