AssemblyUtils.GetInformationalVersion method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Assemblies |
---|---|
Assembly | Skybrud.Essentials.dll |
GetInformationalVersion(Assembly)
Static
Gets the informational version of the specified assembly
. Alias of Skybrud.Essentials.Reflection.ReflectionUtils.GetInformationalVersion(System.Reflection.Assembly)
.
public static string GetInformationalVersion(Assembly assembly)
Parameters
assembly
Assembly
The assembly.
Returns
A string representing the informational version of the assembly.