AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
An IComparable representation of the server's version. More...
Public Member Functions | |
VersionInfo () | |
Initializes a new instance of the VersionInfo class with the default version string. More... | |
VersionInfo (string version) | |
Initializes a new instance of the VersionInfo class with the specified version string. More... | |
int | getOldStyleVersion () |
Gets the old-style version as an integer. More... | |
ulong | getVersion () |
Gets the version number. More... | |
int | CompareTo (VersionInfo info) |
Compares the current instance with another VersionInfo object and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other VersionInfo. More... | |
bool | Equals (VersionInfo info) |
Determines whether the specified VersionInfo object is equal to the current VersionInfo object. More... | |
override bool | Equals (Object obj) |
Determines whether the specified object is equal to the current object. More... | |
override int | GetHashCode () |
Serves as the default hash function. More... | |
Static Public Member Functions | |
static bool | operator> (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have the same value. More... | |
static bool | operator>= (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have the same value. More... | |
static bool | operator< (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have the same value More... | |
static bool | operator<= (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have the same value. More... | |
static bool | operator== (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have the same value. More... | |
static bool | operator!= (VersionInfo left, VersionInfo right) |
Determines whether two specified VersionInfo objects have different values. More... | |
Properties | |
string | VersionString [get, set] |
Gets or sets the version string. More... | |
An IComparable representation of the server's version.
|
inline |
Initializes a new instance of the VersionInfo class with the default version string.
|
inline |
Initializes a new instance of the VersionInfo class with the specified version string.
version | The version string. |
|
inline |
Compares the current instance with another VersionInfo object and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other VersionInfo.
info | A VersionInfo object to compare with this instance. |
|
inline |
Determines whether the specified object is equal to the current object.
obj | The object to compare with the current object. |
|
inline |
Determines whether the specified VersionInfo object is equal to the current VersionInfo object.
info | The VersionInfo object to compare with the current VersionInfo object. |
|
inline |
Serves as the default hash function.
|
inline |
Gets the old-style version as an integer.
|
inline |
Gets the version number.
|
inlinestatic |
Determines whether two specified VersionInfo objects have different values.
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
inlinestatic |
Determines whether two specified VersionInfo objects have the same value
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
inlinestatic |
Determines whether two specified VersionInfo objects have the same value.
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
inlinestatic |
Determines whether two specified VersionInfo objects have the same value.
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
inlinestatic |
Determines whether two specified VersionInfo objects have the same value.
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
inlinestatic |
Determines whether two specified VersionInfo objects have the same value.
left | The first VersionInfo to compare. |
right | The second VersionInfo to compare. |
|
getset |
Gets or sets the version string.