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

DmiProperty.BitMemoryError32 class

Contains the key definitions available for a type 018 [BitMemoryError32 Information] structure.

public static class BitMemoryError32

Public Members

name description
static DeviceErrorAddress { get; } Gets a value representing the key to retrieve the property value.
static ErrorGranularity { get; } Gets a value representing the key to retrieve the property value.
static ErrorOperation { get; } Gets a value representing the key to retrieve the property value.
static ErrorResolution { get; } Gets a value representing the key to retrieve the property value.
static ErrorType { get; } Gets a value representing the key to retrieve the property value.
static MemoryArrayErrorAddress { get; } Gets a value representing the key to retrieve the property value.
static VendorSyndrome { get; } Gets a value representing the key to retrieve the property value.

See Also