iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

MemorySizeUnit enumeration

Defines the unit of measurement of the memory.

public enum MemorySizeUnit

Values

name value description
KB -1 Memory expressed in kilobytes
MB 0 Memory expressed in megabytes
GB 1 Memory expressed in gigabytes
Reserved 2 Undefined

See Also