ApplicationVersion Constructor
ApplicationVersion()
Constructs an object with default values. Use this constructor if you prefer to use an object initializer.
C#
public ApplicationVersion()
ApplicationVersion(Byte, Byte, Byte)
Constructs an object with the provided values.
C#
public ApplicationVersion(byte major, byte minor, byte patch)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | major | The major version of the application. |
System.Byte | minor | The minor version of the application. |
System.Byte | patch | The patch version of the application. |