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.IpmiDevice.BaseAddress property

Gets a value representing the key to retrieve the property value.

Base address (either memory-mapped or I/O) of the BMC. If the least-significant bit of the field is a 1, the address is in I/O space; otherwise, the address is memory-mapped.

Key Composition

Return Value

Type: UInt64

public static IPropertyKey BaseAddress { get; }

See Also