Describes the version of the connected LiveView server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class ServerVersion
Public NotInheritable Class ServerVersion
public ref class ServerVersion sealed

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CompareToVersion(Int32, Int32, Int32)
Compares the current version to the given one.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VersionNumber
The version number of the connected server, in (bit-packed) numeric form.

Remarks

This version number uses a bit field to represent major/minor/point values. The recommended way to compare this number to a specific version number is to use CompareToVersion(Int32, Int32, Int32).
VersionString
The version number of the connected server, in string form.

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API..::..ServerVersion

See Also