SystemType Enumeration
Indicates the system type of the operating system.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public enum SystemType
public enum class SystemType
Public Enumeration SystemType
Members
Member name | Description | |
---|---|---|
AMD64 | Indicates that the system type is AMD64. |
|
Unknown | Indicates that the system type is not known. |
|
X86 | Indicates that the system type is X86. |
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top