iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 005, obsolete [MemoryController Information] structure.
public static class MemoryController
| name | description |
|---|---|
| static ContainedMemoryModules { get; } | Gets a value representing the key to retrieve the property value. |
| static CurrentInterleave { get; } | Gets a value representing the key to retrieve the property value. |
| static EnabledErrorCorrectingCapabilities { get; } | Gets a value representing the key to retrieve the property value. |
| static ErrorCorrectingCapabilities { get; } | Gets a value representing the key to retrieve the property value. |
| static ErrorDetectingMethod { get; } | Gets a value representing the key to retrieve the property value. |
| static MaximumMemoryModuleSize { get; } | Gets a value representing the key to retrieve the property value. |
| static MemoryModuleVoltages { get; } | Gets a value representing the key to retrieve the property value. |
| static NumberMemorySlots { get; } | Gets a value representing the key to retrieve the property value. |
| static SupportedInterleave { get; } | Gets a value representing the key to retrieve the property value. |
| static SupportedMemoryTypes { get; } | Gets a value representing the key to retrieve the property value. |
| static SupportedSpeeds { get; } | Gets a value representing the key to retrieve the property value. |