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 | |
---|---|---|
BiosInfo() | Initializes a new instance of the BiosInfo class. |
|
BiosInfo(String, String, DateTime) | Initializes a new instance of the BiosInfo class. |
|
BiosInfo(String, String, DateTime, String, String) | Initializes a new instance of the BiosInfo class. |
Properties
Name | Description | |
---|---|---|
FirmwareVersion | Gets or Sets the firmware version of the device. |
|
MobileOperator | Gets or sets the MobileOperator value of the device, which is a mobile operator and country code. |
|
Name | Gets or sets the name of the BIOS. |
|
ReleaseDate | Gets or sets the release date of the BIOS. |
|
Version | Gets or sets the version of the BIOS. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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