IUpdateInstallationInfo
Use this interface to retrieve the state of the update installation on the client computer.
To retrieve this interface, call UpdateInstallationInfoCollection.Item.
The IUpdateInstallationInfo interface is derived from the System.Object class.
Public Methods
The IUpdateInstallationInfo interface has the following public methods.
Method | Description |
---|---|
Equals(Object) | Determines if the specified Object is equal to the current Object. |
GetComputerTarget() | Retrieves the client computer that is associated with the installation information. |
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() | Retrieves the Type of the current instance. |
GetUpdate() | Retrieves the update that is associated with the installation information. |
ToString() | Retrieves a String that represents the current Object. |
Public Properties
The IUpdateInstallationInfo interface has the following public property.
Property | Description |
---|---|
UpdateInstallationState | Retrieves the state of the update installation on the client computer. |
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. |