Enum MachineType
Enum containing types of machine architectures.
Namespace: ERC
Assembly: ERC.Net.dll
Syntax
public enum MachineType
Fields
Name | Description |
---|---|
error | Type is unknown or unset. |
I386 | x86. |
Itanium | Itanium. |
Native | Native. |
x64 | x64. |