AssemblyUtils Class
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
GetFileVersion(Assembly)
(static)
Gets the file version of the specified |
GetFileVersionInfo(Assembly)
(static)
Gets an instance of FileVersionInfo with information about the specified |
GetInformationalVersion(Assembly)
(static)
Gets the informational version of the specified |
GetVersion(Assembly)
(static)
Gets the version of the specified |