Version Constructor

Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public Version (
         int major,
         int minor,
         int build,
         int revision
)

Parameters

  • major
    The major version number.
  • minor
    The minor version number.
  • build
    The build number.
  • revision
    The revision number.

Version Information

Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.

See Also

Reference

Version Class
Version Members
System Namespace