Click or drag to resize

ProductUpdate Class

Product Update Information.
Inheritance Hierarchy
SystemObject
  Xcalibur.Models.BaseRegistryItem
    Xcalibur.Models.InstalledAppsProductUpdate

Namespace:  Xcalibur.Models.InstalledApps
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public class ProductUpdate : RegistryItem, 
	IProductUpdate, IRegistryItem

The ProductUpdate type exposes the following members.

Constructors
  NameDescription
Public methodProductUpdate
Initializes a new instance of the ProductUpdate class
Top
Properties
  NameDescription
Public propertyAppType
Enums associates with the application registry location.
(Inherited from RegistryItem.)
Public propertyDisplayIcon
Display icon for the product: Reistry path.
(Inherited from RegistryItem.)
Public propertyDisplayName
Display name of product.
(Inherited from RegistryItem.)
Public propertyInstallDate
Gets or sets the install date.
Public propertyIsUac
Gets or sets a value indicating whether this instance requires UAC.
Public propertyMoreInfoUrl
Gets or sets the more information URL.
Public propertyPath
Gets or sets the path.
(Inherited from RegistryItem.)
Public propertyRegistryHive
Gets or sets the registry hive.
(Inherited from RegistryItem.)
Public propertyState
Gets or sets the state.
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