AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.VersionInfo Class Reference

An IComparable representation of the server's version. More...

+ Inheritance diagram for AMPS.Client.VersionInfo:

Public Member Functions

 VersionInfo (string version)
 
int getOldStyleVersion ()
 
ulong getVersion ()
 
int CompareTo (VersionInfo info)
 
bool Equals (VersionInfo info)
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator> (VersionInfo left, VersionInfo right)
 
static bool operator>= (VersionInfo left, VersionInfo right)
 
static bool operator< (VersionInfo left, VersionInfo right)
 
static bool operator<= (VersionInfo left, VersionInfo right)
 
static bool operator== (VersionInfo left, VersionInfo right)
 
static bool operator!= (VersionInfo left, VersionInfo right)
 

Properties

string VersionString [get, set]
 

Detailed Description

An IComparable representation of the server's version.


The documentation for this class was generated from the following file: