BiosInfo.BiosInfo(String, String, DateTime)
Initializes a new instance of the BiosInfo class.
public BiosInfo(Stringname,
Stringversion,
DateTimereleaseDate);
Public Sub New( _
ByVal name As String, _
ByVal version As String, _
ByVal releaseDate As DateTime _
)
Parameters
- name
Name of the BIOS. - version
Version of the BIOS. - releaseDate
Release date of the BIOS.
Exceptions
Exception type | Condition |
---|---|
System.ArgumentNullException | Name and version cannot be null. |
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. |