Table of Contents

Class UnixBiosInformation

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents information about the BIOS on a Unix or Linux machine.

public class UnixBiosInformation : GlobalSerializableClassicBase
Inheritance
UnixBiosInformation

Constructors

UnixBiosInformation()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixBiosInformation class.

public UnixBiosInformation()

Properties

ReleaseDate

Gets or sets the release date of the BIOS.

public DateTime ReleaseDate { get; set; }

Property Value

DateTime

Vendor

Gets or sets the vendor name of the BIOS - for example "Phoenix Technologies LTD".

public string Vendor { get; set; }

Property Value

string

Version

Gets or sets the version of the BIOS - for example "6.00".

public string Version { get; set; }

Property Value

string

Methods

ToString()

Returns the BIOS in a human readable format - "Vendor (Version)" or "{Not Documented}".

public override string ToString()

Returns

string

The BIOS in a human readable format.