Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates the device's processor architecture type.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Enumeration ProcessorArchitectureType
'Usage
Dim instance As ProcessorArchitectureType
public enum ProcessorArchitectureType
public enum class ProcessorArchitectureType
public enum ProcessorArchitectureType
Members
| Member name | Description | |
|---|---|---|
| Intel | Intel x86 architecture type. | |
| Mips | Microprocessor without Interlocked Pipeline Stages (MIPS) architecture type. | |
| Alpha | Alpha microprocessor architecture type originally developed by Digital Equipment Corp. | |
| PowerPC | PowerPC microprocessor architecture type. | |
| ShX | ShX microprocessor architecture type. | |
| Arm | ARM microprocessor architecture type. | |
| Ia64 | IA64 microprocessor architecture type originally developed by Intel. | |
| Alpha64 | Alpha64 microprocessor architecture type. | |
| Unknown | Unknown microprocessor architecture type. |
Remarks
This enumeration is used as a public property in the SystemInfo class which gets populated when the GetSystemInfo method is called.