GOA - System.Version

Version Class


Represents a version number.

Definition

public class Version: Object, ICloneable, IComparable

Members Table

MethodDescription
CloneReturns a new Version whose value is the same as this instance.
CompareToCompares this instance to a specified object.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns a hash code for this instance.
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverloaded. Converts the value of this instance to its equivalent string representation.
VersionOverloaded. Initializes a new instance of Version.
PropertyDescription
BuildGets the value of the build component of the version number for this instance.
MajorGets the value of the major component of the version number for this instance.
MinorGets the value of the minor component of the version number for this instance.
RevisionGets the value of the revision component of the version number for this instance.
OperatorDescription
operator !=Determines whether two specified instances of Version are not equal.
operator <Determines whether the first specified instance of Version is less than the second specified instance of Version.
operator <=Determines whether the first specified instance of Version is less than or equal to the second instance of Version.
operator ==Determines whether two specified instances of Version are equal.
operator >Determines whether the first specified instance of Version is greater than the second specified instance of Version.
operator >=Determines whether the first specified instance of Version is greater than or equal to the second instance of Version.

Inheritance Hierarchy

Object
Version

Remarks

A version is represented by Build, Major, Minor, Revision numbers, written as "Build.Major.Minor. Revision".

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.