BiosInfo
Contains the BIOS information for the client computer.
To retrieve this class, call the IComputerTarget.BiosInfo property.
The BiosInfo class is derived from the System.Object class.
Public Constructors
The BiosInfo class has the following public constructors.
Constructor | Description |
---|---|
BiosInfo() | Initializes a new instance of the BiosInfo class. |
BiosInfo(String, String, DateTime) | Initializes a new instance of the BiosInfo class. |
Public Methods
The BiosInfo class has the following public methods.
Method | Description |
---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. |
Equals(Object, Object) | Static (Shared). Determines whether the specified Object instances are considered equal. |
GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType() | Gets the Type of the current instance. |
ReferenceEquals(Object, Object) | Static (Shared). Determines whether the specified Object instances are the same instance. |
ToString() | Returns a String that represents the current Object. |
Public Properties
The BiosInfo class has the following public properties.
Property | Description |
---|---|
Name | Name of the BIOS. |
ReleaseDate | Release date of the BIOS. |
Version | Version of the BIOS. |
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |