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