Class UnixMotherboardInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents information about the motherboard on a Unix or Linux machine.
public class UnixMotherboardInformation : BypassSection
- Inheritance
-
UnixMotherboardInformation
- Inherited Members
Constructors
UnixMotherboardInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixMotherboardInformation class.
public UnixMotherboardInformation()
Properties
Bios
Gets or sets information about the BIOS of the Unix system.
public UnixBiosInformation Bios { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the motherboard - for example "Intel Corporation".
public string Manufacturer { get; set; }
Property Value
ProductName
Gets or sets the product name of the motherboard - for example "440BX Desktop Reference Platform".
public string ProductName { get; set; }
Property Value
Version
Gets or sets the version of the motherboard.
public string Version { get; set; }
Property Value
Methods
ToString()
Returns the motherboard in a human readable format - "Manufacturer - Productname" or "{Not Documented}".
public override string ToString()
Returns
- string
The motherboard in a human readable format.