Click or drag to resize

RegistryItem Class

A registry item representing an installed product.
Inheritance Hierarchy

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

The RegistryItem type exposes the following members.

Constructors
  NameDescription
Public methodRegistryItem
Initializes a new instance of the RegistryItem class
Top
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
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