FeatureInstallation Class

DTF API

Copy image CopyHover image
Deployment Tools Foundation FeatureInstallation Class
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFeatureInstallation
Represents an instance of a feature of an installed product.
Declaration Syntax
C# Visual Basic Visual C++ F#
public class FeatureInstallation : InstallationPart
Public Class FeatureInstallation
	Inherits InstallationPart
public ref class FeatureInstallation : public InstallationPart
type FeatureInstallation =  
    class
        inherit InstallationPart
    end
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)
Determines whether the specified Object is equal to the current 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.11.1.2318)