Click or drag to resize

AssemblyVersionInfo Structure

Helper class for assembly version information

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct AssemblyVersionInfo

The AssemblyVersionInfo type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberGetAssemblyVersionInfo
Create an AssemblyVersionInfo from an Assembly instance.
Public methodStatic memberGetFirst
Returns the Mike1D assembly with the earliest build date/time
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Public methodStatic memberVersionToConsole
Report version to console, but only report once.
Top
Fields
  NameDescription
Public fieldAssemblyName
Name of assembly
Public fieldBuildDateTime
Date and time that the assembly was build
Public fieldFileVersion
File version. Includes updates and build version number
Public fieldMajorVersion
Major version, updated with every major release
Top
See Also