This class represents a version number for a component of the module.
| C# | Visual Basic | Visual C++ |
public sealed class VersionNumber
Public NotInheritable Class VersionNumber
public ref class VersionNumber sealed
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| VersionNumber(Byte, Byte, Byte, Byte) |
Construct a new VersionNumber object given the individual components.
Note that all version number components are discussed and
presented in hexadecimal format, that is, in the version number
"9.5.12.0", the 12 is 0x12 and should be passed to this
constructor as such.
| |
| CompareTo(VersionNumber) |
Compares two versions of the Version Number
| |
| CompositeVersion |
Composite Version Info number
| |
| Equals(Object) |
Returns true if the object Matches the CompositeVersion of VersionNumber
(Overrides Object.Equals(Object).) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Returns int representation of VersionInfo
(Overrides Object.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Part1 |
Part number for the version field
| |
| Part2 |
Part number for the version field
| |
| Part3 |
Part number for the version field
| |
| Part4 |
Part number for the version field
| |
| ToString()()() |
Return a string representation of the version number, as a
sequence of four two-digit hexadecimal numbers separated by
dots, for example "09.05.12.0".
(Overrides Object.ToString()()().) |
| Object | |
| VersionNumber | |