Deployment Tools Foundation
FeatureInstallation Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureInstallation
Represents an instance of a feature of an installed product.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class FeatureInstallation : InstallationPart
Public Class FeatureInstallation _ Inherits InstallationPart
public ref class FeatureInstallation : public InstallationPart
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
FeatureInstallation(String, String) |
Creates a new FeatureInstallation instance for a feature of a product.
|
|
Equals(Object) | (Inherited from Object.) |
|
FeatureName |
Gets the name of the feature.
|
|
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parent |
Gets the parent of the feature, or null if the feature has no parent (it is a root feature).
|
|
Product |
Gets the product that this item is a part of.
(Inherited from InstallationPart.) |
|
State |
Gets the installed state of the feature.
(Overrides InstallationPart.State.) |
|
ToString()()() | (Inherited from Object.) |
|
Usage |
Gets the usage metrics for the feature.
|
Inheritance Hierarchy
Object | ||
InstallationPart | ||
FeatureInstallation |