Type: IVersionInfo

Summary:

Application version info

Remarks:

Properties

Full

Summary:

Gets the full version text. Example: "6.1.12345.0"

Type:

System.String

Access:

Read

Short

Summary:

Gets the short version text. Example: "6.1"

Type:

System.String

Access:

Read

Major

Summary:

Gets the major version. Example: returns 6 (from full version 6.1.12345.0)

Type:

System.Int32

Access:

Read

Minor

Summary:

Gets the minor version. Example: returns 1 (from full version 6.1.12345.0)

Type:

System.Int32

Access:

Read

BuildNumber

Summary:

Gets the build number. Example: returns 12345 (from full version 6.1.12345.0)

Type:

System.Int32

Access:

Read

Stream

Summary:

Gets the stream version. Example: returns 0 (from full version 6.1.12345.0) 0: Release 1: Pre-Production 2: Development

Type:

System.Int32

Access:

Read