Click or drag to resize

UpdateInfo Class

Windows Update Information.

For more information see: Win32_QuickFixEngineering class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.UpdatesUpdateInfo

Namespace:  Xcalibur.Models.Updates
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class UpdateInfo : IUpdateInfo

The UpdateInfo type exposes the following members.

Constructors
  NameDescription
Public methodUpdateInfo
Initializes a new instance of the UpdateInfo class
Top
Properties
  NameDescription
Public propertyCaption
Win32_QuickFixEngineering: A short textual description of the object.
Public propertyDescription
Win32_QuickFixEngineering: A textual description of the object.
Public propertyHotFixId
Win32_QuickFixEngineering: Unique identifier associated with a particular update.
Public propertyInstalledBy
Win32_QuickFixEngineering: Person who installed the update. If this value is unknown, the property is empty.
Public propertyInstalledOn
Win32_QuickFixEngineering: Date that the update was installed. If this value is unknown, the property is empty.
Public propertyServicePackInEffect
Win32_QuickFixEngineering: Service pack in effect when the update was applied. If no service pack has been applied, the property takes on the value SP0. If it cannot be determined what service pack was in effect, this property is NULL.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also