C# Class ChiakiYu.Common.Extensions.AssemblyExtensions

程序集扩展操作类
Afficher le fichier Open project: andyshao/ChiakiYu

Méthodes publiques

Méthode Description
GetFileVersion ( this assembly ) : System.Version

获取程序集的文件版本

GetProductVersion ( this assembly ) : System.Version

获取程序集的产品版本

Method Details

GetFileVersion() public static méthode

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

GetProductVersion() public static méthode

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