csharp DLL版本信息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp DLL版本信息相关的知识,希望对你有一定的参考价值。
public static string VersionInfo
{
get
{
if (HttpContext.Current.Application["VersionInfo"] == null)
{
HttpContext.Current.Application["VersionInfo"] = Assembly.GetExecutingAssembly().GetLinkerTime().ToString();
}
return HttpContext.Current.Application["VersionInfo"] as string;
}
}
以上是关于csharp DLL版本信息的主要内容,如果未能解决你的问题,请参考以下文章
获取dll版本信息
使用正确的数据类型在 CSharp 中加载 C++ dll
csharp DLL构建时间
基于OpenCV实现“钢管计数”算法,基于Csharp编写界面,并实现算法融合
csharp 在Unity中使用SharpNav.dll
csharp autofac webapi配置,在dll加载时预处理。