Search notes:

System.Version (class)

System.Version represents the version number of something that is being developed, typically a software component.
The version number helps to identify the progress of that software component and in particular allows to compare two version for which one is newer.
Such version numbers are used forexample for .NET assemblies, the Common Language Runtime or operating systems.
System.Version consists of 4 non-negative int-32 values, Major, Minor, Build and Revision` of which the first two are mandatory and the last two optional.
The high 16 bits of the value of Revision are accessible through the property MajorRevision, the lower 16 bits through MinorRevision.

Methods Properties

Build
Clone()
CompareTo()
Equals()
GetHashCode()
Major
MajorRevision, MinorRevision The high/low 16 bits of the revision number.
Minor
Parse()
Revision The last component of the version
ToString()
TryFormat()
TryParse()

See also

The value of ModuleVersion in a PowerShell manifest file must be convertible to a System.Version object.
The ProtocolVersion property of the System.Net.HttpListenerRequest object.
Determine the Windows version
System.Management.Automation.SemanticVersion

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1788309283, '216.73.217.21', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Version(77): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78