VersionNumber
Assembly: uMod.Common.dll
Inheritance ObjectValueType VersionNumber
Implements IComparable<VersionNumber>
Summary
Represents a version in major.minor.patch form
Constructors
Name | Summary |
|---|---|
VersionNumber ( | Initializes a new instance of the VersionNumber struct with the specified Version |
Initializes a new instance of the VersionNumber struct with the specified values |
Fields
Name | Summary |
|---|---|
Major | |
Minor | |
Patch |
Methods
Name | Summary |
|---|---|
CompareTo ( | Compare VersionNumber instance with specified VersionNumber |
Equals ( | Compares this version for equality to the specified object |
GetHashCode () | Gets a hash code for this version |
ToString () | Returns a human readable string representation of this version |
Static Fields
Name | Summary |
|---|---|
Empty |
Static Methods
Name | Summary |
|---|---|
TryParse ( | Try to parse input string as a version number |