VersionNumber

Namespace: uModCommon

Assembly: uMod.Common.dll

Inheritance ObjectValueType VersionNumber

Implements IComparable<VersionNumber>

Summary

Represents a version in major.minor.patch form

Constructors

Name

Summary

VersionNumber (Version)

Initializes a new instance of the VersionNumber struct with the specified Version

VersionNumber (Int32, Int32, Int32)

Initializes a new instance of the VersionNumber struct with the specified values

Fields

Name

Summary

Major

Minor

Patch

Methods

Name

Summary

CompareTo (VersionNumber)

Compare VersionNumber instance with specified VersionNumber

Equals (Object)

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 (String, out VersionNumber)

Try to parse input string as a version number