ReflectionUtils.GetFileVersionInfo method

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

GetFileVersionInfo(Assembly)

Static

Returns an instance of FileVersionInfo with information about the specified assembly.

public static FileVersionInfo GetFileVersionInfo(Assembly assembly)

Parameters

assembly Assembly

The assembly.

Returns

An instance of FileVersionInfo .