Click or drag to resize

ReflectionUtilsAssemblyFileVersionClrType Class

Retrieves the assembly file version for a type and provides format variants.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsReflectionUtilsAssemblyFileVersionClrType

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class AssemblyFileVersion<ClrType>

Type Parameters

ClrType
The file version is taken from the assembly of this type.

The ReflectionUtilsAssemblyFileVersionClrType 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