Return the file version from an assembly

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetAssemblyVersion ( _
	assembly As Assembly _
) As String
C#
public static string GetAssemblyVersion(
	Assembly assembly
)

Parameters

assembly
Type: System.Reflection..::..Assembly

Return Value

See Also