AssemblyUtils.GetFileVersionInfo method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Assemblies
Assembly Skybrud.Essentials.dll

GetFileVersionInfo(Assembly)

Static

Gets an instance of FileVersionInfo with information about the specified assembly. Alias of Skybrud.Essentials.Reflection.ReflectionUtils.GetFileVersionInfo(System.Reflection.Assembly).

public static FileVersionInfo GetFileVersionInfo(Assembly assembly)

Parameters

assembly Assembly

The assembly.

Returns

An instance of FileVersionInfo .