Enum WindowsEdition
Enumerates the known Windows Editions.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public enum WindowsEdition
Fields
| Name | Description |
|---|---|
| Home | Windows Home. |
| Professional | Windows Professional. |
| ServerDatacenter | Windows Server (datacenter). |
| ServerEnterprise | Windows Server (enterprise). |
| ServerStandard | Windows Server (standard). |
| Unknown | The Windows edition could not be identified. |