Class AssemblyExtensions
Extension methods for the Assembly class.
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 |
|---|---|---|
| Assembly | assembly | The Assembly. |
Returns
| Type | Description |
|---|---|
| string | The product version. |