Gets the file version of the specified assembly

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static Version GetFileVersion(
	Assembly assembly
)
Visual Basic
Public Shared Function GetFileVersion ( 
	assembly As Assembly
) As Version

Parameters

assembly
Type: System.Reflection..::..Assembly
the assembly for which you want the file version

Return Value

Type: Version
the file version of the specified assembly.

See Also