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 039 [SystemPowerSupply Information] structure.
public static class SystemPowerSupply
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. |