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.
| C# | Visual Basic | Visual C++ |
public: VersionNumber( unsigned char part1, unsigned char part2, unsigned char part3, unsigned char part4 )
Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)