Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

NameDescription
System_CAPS_pubmethodVersion()

Initializes a new instance of the Version class.

System_CAPS_pubmethodVersion(Int32, Int32)

Initializes a new instance of the Version class using the specified major and minor values.

System_CAPS_pubmethodVersion(Int32, Int32, Int32)

Initializes a new instance of the Version class using the specified major, minor, and build values.

System_CAPS_pubmethodVersion(Int32, Int32, Int32, Int32)

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

System_CAPS_pubmethodVersion(String^)

Initializes a new instance of the Version class using the specified string.

Return to top
Show:
© 2017 Microsoft