C# Class ChiakiYu.Common.Extensions.AssemblyExtensions

程序集扩展操作类
Show file Open project: andyshao/ChiakiYu

Public Methods

Method Description
GetFileVersion ( this assembly ) : System.Version

获取程序集的文件版本

GetProductVersion ( this assembly ) : System.Version

获取程序集的产品版本

Method Details

GetFileVersion() public static method

获取程序集的文件版本
public static GetFileVersion ( this assembly ) : System.Version
assembly this
return System.Version

GetProductVersion() public static method

获取程序集的产品版本
public static GetProductVersion ( this assembly ) : System.Version
assembly this
return System.Version