Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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