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 = 4The memory type is cache DRAM.
Cdram = 15The memory type is CDRAM.
Ddr = 20The memory type is DDR.
Ddr2 = 21The memory type is DDR2.
Ddr2Fbdimm = 22The memory type is DDR2 FB-DIMM.
Ddr3 = 24The memory type is DDR3.
Ddr4 = 26The memory type is DDR4.
Ddr5 = 34The memory type is DDR5.
Dram = 2The memory type is DRAM.
Edo = 5The memory type is EDO.
Edram = 6The memory type is EDRAM.
Eeprom = 12The memory type is EEPROM.
Eprom = 14The memory type is EPROM.
Fbd2 = 25The memory type is FBD2.
Feprom = 13The memory type is FEPROM.
Flash = 11The memory type is flash.
Other = 1The memory type is other.
Ram = 9The memory type is RAM.
Rdram = 19The memory type is RDRAM.
Rom = 10The memory type is ROM.
Sdram = 17The memory type is SDRAM.
Sgram = 18The memory type is SGRAM.
Sram = 8The memory type is SRAM.
SynchronousDram = 3The memory type is synchronous DRAM.
ThreeDram = 16The memory type is 3Dram.
Unknown = 0The memory type is unknown.
Vram = 7The memory type is VRAM.