Show / Hide Table of Contents

Class AssemblyExtensions

Extension methods for the Assembly class.

Inheritance
object
AssemblyExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Extensions
Assembly: Sartorius.SAF.dll
Syntax
public static class AssemblyExtensions

Methods

View Source

GetProductVersion(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.

  • View Source
Back to top Generated by DocFX