Click or drag to resize

StartUpInfo Class

Startup Application Information.
Inheritance Hierarchy

Namespace:  Xcalibur.Models.StartUp
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public class StartUpInfo : RegistryItem, 
	IStartUpInfo, IRegistryItem

The StartUpInfo type exposes the following members.

Constructors
  NameDescription
Public methodStartUpInfo
Initializes a new instance of the StartUpInfo 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 propertyExePath
Gets or sets the executable path.
Public propertyIsEnabled
Gets or sets a value indicating whether this instance is enabled.
Public propertyPath
Gets or sets the path.
(Inherited from RegistryItem.)
Public propertyRegistryHive
Gets or sets the registry hive.
(Inherited from RegistryItem.)
Public propertyStatusPath
Gets or sets the status path.
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