Show / Hide Table of Contents

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
byte major

The major version of the application.

byte minor

The minor version of the application.

byte patch

The patch version of the application.

In this article
Back to top Generated by DocFX