AssemblyUtils Class

Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use static methods in the ReflectionUtils class instead.
Namespace Skybrud.Essentials.Assemblies
Assembly Skybrud.Essentials.dll
Visibility Public
Keywords Static
Inheritance Object

Static utility class for working with assemblies and the Assembly class in particular. Replaced by the ReflectionUtils class.

[Obsolete("Use static methods in the ReflectionUtils class instead.")]
public static class AssemblyUtils { }

Methods

Gets the file version of the specified assembly. Alias of Skybrud.Essentials.Reflection.ReflectionUtils.GetFileVersion(System.Reflection.Assembly).

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

Gets the informational version of the specified assembly. Alias of Skybrud.Essentials.Reflection.ReflectionUtils.GetInformationalVersion(System.Reflection.Assembly).

Gets the version of the specified assembly. Alias of Skybrud.Essentials.Reflection.ReflectionUtils.GetVersion(System.Reflection.Assembly).