Click or drag to resize

Version Class

This class represents the firmware version of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptVersion

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class Version

The Version type exposes the following members.

Constructors
  NameDescription
Public methodVersion
Initializes a new instance of the Version class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFirmwareAfter(Version)
Tests to see if the given firmware version is newer than the passed in version.
Public methodFirmwareAfter(Int32, Int32, Int32)
Tests to see if the given firmware version is newer than the passed in version.
Public methodFirmwareBefore(Version)
Tests to see if the given firmware version is older than the passed in version.
Public methodFirmwareBefore(Int32, Int32, Int32)
Tests to see if the given firmware version is older than the passed in version.
Public methodFirmwareEquals(Version)
Tests to see if the version of firmware is equal to the passed in value
Public methodFirmwareEquals(Int32, Int32, Int32)
Tests to see if the version of firmware is equal to the passed in value
Public methodGetAsicSignature
Gets the asic signature.
Public methodGetFirmwareVersionMajor
Gets the major version of the firmware.
Public methodGetFirmwareVersionMinor
Gets the minor version of the firmware.
Public methodGetFirmwareVersionRelease
Gets the release version of the firmware.
Public methodGetFirmwareVersionString
Gets the firmware version as a string
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKernelVersionMajor
Gets the major version of the kernel.
Public methodGetKernelVersionMinor
Gets the minor version of the kernel.
Public methodGetKernelVersionRelease
Gets the release version of the kernel.
Public methodGetKernelVersionString
Gets the kernel version as a string
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also