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.PortableBattery class

Contains the key definitions available for a type 022 [PortableBattery] structure.

public static class PortableBattery

Public Members

name description
static DesignCapacity { get; } Gets a value representing the key to retrieve the property value.
static DesignCapacityMultiplier { get; } Gets a value representing the key to retrieve the property value.
static DesignVoltage { get; } Gets a value representing the key to retrieve the property value.
static DeviceChemistry { get; } Gets a value representing the key to retrieve the property value.
static DeviceName { get; } Gets a value representing the key to retrieve the property value.
static Location { get; } Gets a value representing the key to retrieve the property value.
static ManufactureDate { get; } Gets a value representing the key to retrieve the property value.
static Manufacturer { get; } Gets a value representing the key to retrieve the property value.
static MaximunErrorInBatteryData { get; } Gets a value representing the key to retrieve the property value.
static OemSpecific { get; } Gets a value representing the key to retrieve the property value.
static SBDSVersionNumber { get; } Gets a value representing the key to retrieve the property value.
static SerialNumber { get; } Gets a value representing the key to retrieve the property value.

See Also