Click or drag to resize

InstalledApplicationInfo Class

Installed Application Information.
Inheritance Hierarchy
SystemObject
  Xcalibur.Models.BaseRegistryItem
    Xcalibur.Models.InstalledAppsInstalledApplicationInfo

Namespace:  Xcalibur.Models.InstalledApps
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class InstalledApplicationInfo : RegistryItem, 
	IInstalledApplicationInfo, IRegistryItem

The InstalledApplicationInfo type exposes the following members.

Constructors
  NameDescription
Public methodInstalledApplicationInfo
Initializes a new instance of the InstalledApplicationInfo class
Top
Properties
  NameDescription
Public propertyAppType
Enums associates with the application registry location.
(Inherited from RegistryItem.)
Public propertyComments
Additional comments.
Public propertyContact
Contact information.
Public propertyDisplayIcon
Display icon for the product: Reistry path.
(Inherited from RegistryItem.)
Public propertyDisplayName
Display name of product.
(Inherited from RegistryItem.)
Public propertyDisplayVersion
Display version of product.
Public propertyEstimatedSize
Estimated size of installation.
Public propertyHelpLink
Help URL.
Public propertyHelpTelephone
Help phone number.
Public propertyInstallDate
Date installed.
Public propertyInstallLocation
Folder location of installation.
Public propertyInstallLocationSize
Gets or sets the size of the install location.
Public propertyInstallSource
Folder location of installation source files (at time of installation).
Public propertyLanguage
Selected language for installation.
Public propertyModifyPath
Path to modify installation.
Public propertyNoModify
Gets or sets a value indicating whether [no modify].
Public propertyNoRemove
Gets or sets a value indicating whether [no remove].
Public propertyNoRepair
Gets or sets a value indicating whether [no repair].
Public propertyPatches
Gets or sets the patches.
Public propertyPath
Gets or sets the path.
(Inherited from RegistryItem.)
Public propertyPublisher
Publisher of product (manufacturer).
Public propertyRegistryHive
Gets or sets the registry hive.
(Inherited from RegistryItem.)
Public propertyUninstallString
Path to uninstall product.
Public propertyURLInfoAbout
URL to about info for product.
Public propertyURLUpdateInfo
URL to update product.
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