Click or drag to resize

IRegistryItem Interface

A registry item representing an installed product.

Namespace:  Xcalibur.Models.Base
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IRegistryItem

The IRegistryItem type exposes the following members.

Properties
  NameDescription
Public propertyAppType
Enums associates with the application registry location.
Public propertyDisplayIcon
Display icon for the product: Reistry path.
Public propertyDisplayName
Display name of product.
Public propertyPath
Gets or sets the path.
Public propertyRegistryHive
Gets or sets the registry hive.
Top
See Also