Version Methods |
The Version type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FirmwareAfter(Version) |
Tests to see if the given firmware version is newer than the passed in
version.
| |
FirmwareAfter(Int32, Int32, Int32) |
Tests to see if the given firmware version is newer than the passed in
version.
| |
FirmwareBefore(Version) |
Tests to see if the given firmware version is older than the passed in
version.
| |
FirmwareBefore(Int32, Int32, Int32) |
Tests to see if the given firmware version is older than the passed in
version.
| |
FirmwareEquals(Version) |
Tests to see if the version of firmware is equal to the passed in value
| |
FirmwareEquals(Int32, Int32, Int32) |
Tests to see if the version of firmware is equal to the passed in value
| |
GetAsicSignature |
Gets the asic signature.
| |
GetFirmwareVersionMajor |
Gets the major version of the firmware.
| |
GetFirmwareVersionMinor |
Gets the minor version of the firmware.
| |
GetFirmwareVersionRelease |
Gets the release version of the firmware.
| |
GetFirmwareVersionString |
Gets the firmware version as a string
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKernelVersionMajor |
Gets the major version of the kernel.
| |
GetKernelVersionMinor |
Gets the minor version of the kernel.
| |
GetKernelVersionRelease |
Gets the release version of the kernel.
| |
GetKernelVersionString |
Gets the kernel version as a string
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |