Class VersionUtility
This utility class is designed to make common System.Version related operations easier to work with.
Inheritance
System.Object
VersionUtility
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class VersionUtility
Fields
| Improve this DocDefaultValue
Represents the default System.Version value of 1.0.0.0. This field is read-only.
Declaration
public static readonly Version DefaultValue
Field Value
Type | Description |
---|---|
System.Version |
MaxValue
Represents the maximum System.Version value of 2147483647.2147483647.2147483647.2147483647. This field is read-only.
Declaration
public static readonly Version MaxValue
Field Value
Type | Description |
---|---|
System.Version |
MinValue
Represents the minimum System.Version value of 0.0.0.0. This field is read-only.
Declaration
public static readonly Version MinValue
Field Value
Type | Description |
---|---|
System.Version |