Click or drag to resize

SphinxVersion Class

Provides a convenient way to access to all supported Sphinx versions.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxVersion

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public class SphinxVersion

The SphinxVersion type exposes the following members.

Constructors
  NameDescription
Public methodSphinxVersion
Initializes a new instance of the SphinxVersion class
Top
Properties
  NameDescription
Public propertyStatic memberV221
Sphinx 2.2.1
Public propertyStatic memberV222
Sphinx 2.2.2
Public propertyStatic memberV223
Sphinx 2.2.3
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also