iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Defines the unit of measurement of the memory.
public enum MemorySizeUnit
name | value | description |
---|---|---|
KB | -1 |
Memory expressed in kilobytes |
MB | 0 |
Memory expressed in megabytes |
GB | 1 |
Memory expressed in gigabytes |
Reserved | 2 |
Undefined |