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

Contains the key definitions available for a type 039 [SystemPowerSupply Information] structure.

public static class SystemPowerSupply

Public Members

name description
static AssetTagNumber { get; } Gets a value representing the key to retrieve the property value.
static CoolingDeviceHandle { 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 InputCurrentProbeHandle { get; } Gets a value representing the key to retrieve the property value.
static InputVoltageProbeHandle { get; } Gets a value representing the key to retrieve the property value.
static IsRedundant { 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 Manufacturer { get; } Gets a value representing the key to retrieve the property value.
static MaxPowerCapacity { get; } Gets a value representing the key to retrieve the property value.
static ModelPartNumber { get; } Gets a value representing the key to retrieve the property value.
static RevisionLevel { 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.
static class Characteristics Contains the key definition for the Characteristics section.

See Also