Plumtree EDK (Enterprise Web Development Kit) 5.4.0

Version Members

Version overview

Public Static Methods

GetEDKVersion Returns a Version object that represents the current EDK version. A printable format can be obtained using 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 EDK major version number. A full EDK version label has this format: "major.minor.servicepack_changelist (date of build)".
GetMinorVersionNumber Returns the EDK minor version number. A full EDK version label has this format: "major.minor.servicepack_changelist (date of build)".
GetServicePackVersionNumber Returns the EDK service pack version number. A full EDK version label has this format: "major.minor.servicepack_changelist (date of build)".
GetType (inherited from Object) Gets the Type of the current instance.
ToString Returns the EDK version as a printable string, including information of the build, such as the major, minor, service pack version number, the specific changelist number, and the date of the build. A full EDK 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