Describes the version of the connected LiveView server.

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

Collapse imageSyntax

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

Collapse imageMembers

         
 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) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)
VersionNumber
The version number of the connected server, in (bit-packed) numeric form.

Collapse imageRemarks

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.

Collapse imageInheritance Hierarchy

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

Collapse imageSee Also