This topic has not yet been rated - Rate this topic

Version Constructor

Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers.
Name Description
Version () Initializes a new instance of the Version class.
Version (String) Initializes a new instance of the Version class using the specified string.

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.