OperatingSystem Class |
Namespace: Alphaleonis.Win32
The OperatingSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsAtLeast(OperatingSystemEnumOsName) | Determines whether the operating system is of the specified version or later. |
![]() ![]() | IsAtLeast(OperatingSystemEnumOsName, Int32) | Determines whether the operating system is of the specified version or later, allowing specification of a minimum service pack that must be installed on the lowest version. |
Name | Description | |
---|---|---|
![]() ![]() | IsServer | Gets a value indicating whether the operating system is a server operating system. |
![]() ![]() | IsWow64Process | Gets a value indicating whether the current process is running under WOW64. |
![]() ![]() | OSVersion | Gets the numeric version of the operating system. This is the same as returned by OSVersion. |
![]() ![]() | ProcessorArchitecture | Gets the processor architecture for which the operating system is targeted. |
![]() ![]() | ServicePackVersion | Gets the version of the service pack currently installed on the operating system. |
![]() ![]() | VersionName | Gets the named version of the operating system. |