Version()

Version::Version(int, int, int, int) constructor

Constructs an instance that represent the specified major, minor, build and revsion values.

System::Version::Version(int major, int minor, int build, int revision)

Arguments

ParameterTypeDescription
majorintThe major version number
minorintThe minor version numebr
buildintThe build number
revisionintThe revision number

Version::Version(int, int, int) constructor

Constructs an instance that represent the specified major, minor and build values.

System::Version::Version(int major, int minor, int build)

Arguments

ParameterTypeDescription
majorintThe major version number
minorintThe minor version numebr
buildintThe build number

Version::Version(int, int) constructor

Constructs an instance that represent the specified major and values.

System::Version::Version(int major, int minor)

Arguments

ParameterTypeDescription
majorintThe major version number
minorintThe minor version numebr

Version::Version(const String&) constructor

Constructs an instance that represent the version number represented as a string.

System::Version::Version(const String &version)

Arguments

ParameterTypeDescription
versionconst String&The string containing a version number

Version::Version() constructor

Constructs an instance that represents version number 0.0.-1.-1.

System::Version::Version()

See Also