init
Initializes an init object.
Method of
InstallVersion object
Syntax
init ( int maj, int min, int rev, int bld ); init ( String version );
Parameters
The init method has the following parameters:
-
maj
- The major version number.
-
min
- Minor version number.
-
rev
- Revision number.
-
bld
- Build number.
-
version
- A string representing version information in the format "4.1.2.1234".
When maj, min, rev, and bld are provided as parameters, all four parameters are required, but all of them can be zero.
Document Tags and Contributors
Last updated by:
Sheppy,