| ReflectionUtilsAssemblyFileVersionClrType Class | 
Namespace: PDTec.IceNet.Sdk.Utils
public static class AssemblyFileVersion<ClrType>
The ReflectionUtilsAssemblyFileVersionClrType type exposes the following members.
| Name | Description | |
|---|---|---|
| Version | 
            Gets the version string as it is taken from the assembly. 
            Examples: "4.4.4338.3927", "4.4.0.0".
              | |
| VersionWithBuildDate | 
            Gets the version with date formatted by current culture. 
            Examples: "4.4.4338.3927 (11/17/2011)", "4.4.0.0 (Development Version)".
              | |
| VersionWithExplicitBuildNumberAndDate | 
            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)".
              |