Class osVersion
Provides Windows version info and current process 32/64 bit info.
public static class osVersion
Remarks
The Windows version properties return true Windows version. If you need version that depends on manifest and debugger, use System.Environment.OSVersion.
Namespace: Au
Assembly: Au.dll
Fields
Name | Description |
---|---|
win10 | Windows version major+minor value that can be used with osVersion.winVer.
Example: |
win7 | Windows version major+minor value that can be used with osVersion.winVer.
Example: |
win8 | Windows version major+minor value that can be used with osVersion.winVer.
Example: |
win8_1 | Windows version major+minor value that can be used with osVersion.winVer.
Example: |
Properties
Name | Description |
---|---|
is32BitOS |
|
is32BitProcess |
|
is32BitProcessAnd64BitOS | Returns |
isArm64OS |
|
isArm64Process |
|
minWin10 |
|
minWin10_1607 |
|
minWin10_1703 |
|
minWin10_1709 |
|
minWin10_1803 |
|
minWin10_1809 |
|
minWin10_1903 |
|
minWin10_1909 |
|
minWin10_2004 |
|
minWin10_20H2 |
|
minWin10_21H1 |
|
minWin10_21H2 |
|
minWin10_22H2 |
|
minWin11 |
|
minWin11_22H2 |
|
minWin11_23H2 |
|
minWin11_24H2 |
|
minWin8 |
|
minWin8_1 |
|
onaString | Gets string containing OS version, .NET version and |
winBuild | Gets Windows build number. For example 14393 for Windows 10 version 1607. |
winMajor | Gets Windows major version. |
winMinor | Gets Windows minor version. |
winVer | Gets Windows major and minor version in single int:
Example: |