Enum PhysicalMemoryDeviceMemoryType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the memory type of a physical memory device.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum PhysicalMemoryDeviceMemoryType
Fields
CacheDram = 4
The memory type is cache DRAM.
Cdram = 15
The memory type is CDRAM.
Ddr = 20
The memory type is DDR.
Ddr2 = 21
The memory type is DDR2.
Ddr2Fbdimm = 22
The memory type is DDR2 FB-DIMM.
Ddr3 = 24
The memory type is DDR3.
Ddr4 = 26
The memory type is DDR4.
Ddr5 = 34
The memory type is DDR5.
Dram = 2
The memory type is DRAM.
Edo = 5
The memory type is EDO.
Edram = 6
The memory type is EDRAM.
Eeprom = 12
The memory type is EEPROM.
Eprom = 14
The memory type is EPROM.
Fbd2 = 25
The memory type is FBD2.
Feprom = 13
The memory type is FEPROM.
Flash = 11
The memory type is flash.
Other = 1
The memory type is other.
Ram = 9
The memory type is RAM.
Rdram = 19
The memory type is RDRAM.
Rom = 10
The memory type is ROM.
Sdram = 17
The memory type is SDRAM.
Sgram = 18
The memory type is SGRAM.
Sram = 8
The memory type is SRAM.
SynchronousDram = 3
The memory type is synchronous DRAM.
ThreeDram = 16
The memory type is 3Dram.
Unknown = 0
The memory type is unknown.
Vram = 7
The memory type is VRAM.