Click or drag to resize

AssemblyFileVersionClrType Properties

The ReflectionUtilsAssemblyFileVersionClrType generic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberVersion
Gets the version string as it is taken from the assembly. Examples: "4.4.4338.3927", "4.4.0.0".
Public propertyStatic memberVersionWithBuildDate
Gets the version with date formatted by current culture. Examples: "4.4.4338.3927 (11/17/2011)", "4.4.0.0 (Development Version)".
Public propertyStatic memberVersionWithExplicitBuildNumberAndDate
Gets the version with explicit build number and date formatted by current culture. Examples: "4.4 Build 4338.3927 (11/17/2011)", "4.4 Build 4338 (11/17/2011)", "4.4 (Development Version)".
Top
See Also