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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()()() | Serves as a hash function for a particular type. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
|
Usage |
Gets the usage metrics for the feature.
|
Inheritance Hierarchy
Object | ||
InstallationPart | ||
FeatureInstallation |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)