BiosInfo Class

 

Applies To: Windows Server Update Services

Contains the BIOS information for the client computer. To get this class, call the BiosInfo property.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.BiosInfo

Syntax

[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F07A2B80-0BAD-4B76-ABF0-A279A663D477")]
[ComVisibleAttribute(true)]
public class BiosInfo
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("F07A2B80-0BAD-4B76-ABF0-A279A663D477")]
[ComVisibleAttribute(true)]
public ref class BiosInfo 
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("F07A2B80-0BAD-4B76-ABF0-A279A663D477")>]
[<ComVisibleAttribute(true)>]
type BiosInfo = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("F07A2B80-0BAD-4B76-ABF0-A279A663D477")>
<ComVisibleAttribute(True)>
Public Class BiosInfo

Constructors

Name Description
System_CAPS_pubmethod BiosInfo()

Initializes a new instance of the BiosInfo class.

System_CAPS_pubmethod BiosInfo(String, String, DateTime)

Initializes a new instance of the BiosInfo class.

System_CAPS_pubmethod BiosInfo(String, String, DateTime, String, String)

Initializes a new instance of the BiosInfo class.

Properties

Name Description
System_CAPS_pubproperty FirmwareVersion

Gets or Sets the firmware version of the device.

System_CAPS_pubproperty MobileOperator

Gets or sets the MobileOperator value of the device, which is a mobile operator and country code.

System_CAPS_pubproperty Name

Gets or sets the name of the BIOS.

System_CAPS_pubproperty ReleaseDate

Gets or sets the release date of the BIOS.

System_CAPS_pubproperty Version

Gets or sets the version of the BIOS.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top