AquaLogic Interaction Development Kit (IDK) 6.0.0

Version Members

Version overview

Public Static Methods

GetEDKVersion Returns a Version object that represents the current IDK version. To obtain a printable format use the ToString method.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMajorVersionNumber Returns the IDK major version number.
GetMinorVersionNumber Returns the IDK minor version number.
GetServicePackVersionNumber Returns the IDK service pack version number.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Returns the IDK version as a printable string, including the major, minor, and service pack version numbers, the specific changelist number, and the date of the build. A full IDK version label has this format: "major.minor.servicepack_changelist (date of build)". For example, "5.2.0_181354 (May 20 2005)"

See Also

Version Class | Plumtree.Remote Namespace