Class AssemblyExtensions
Extension methods for the System.Reflection.Assembly class.
Inheritance
System.Object
AssemblyExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Extensions
Assembly: Sartorius.SAF.dll
Syntax
public static class AssemblyExtensions
Methods
View SourceGetProductVersion(Assembly)
Gets the product version of the given assembly
.
Declaration
public static string GetProductVersion(this Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | The System.Reflection.Assembly. |
Returns
Type | Description |
---|---|
System.String | The product version. |