

Deployment Tools Foundation
FeatureInfo Class
Provides access to information about a feature within the context of an installation session.

C# | Visual Basic | Visual C++ | F# |
public class FeatureInfo
Public Class FeatureInfo
public ref class FeatureInfo
type FeatureInfo = class end

All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Attributes |
Gets or sets the attributes of the feature.
|
![]() |
CurrentState |
Gets the current install state of the feature.
|
![]() |
Description |
Gets the description of the feature.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetCost(Boolean, Boolean, InstallState) |
Calculates the disk space required by the feature and its selected children and parent features.
|
![]() |
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.) |
![]() |
Name |
Gets the name of the feature (primary key in the Feature table).
|
![]() |
RequestState |
Gets or sets the action state of the feature.
|
![]() |
Title |
Gets the title of the feature.
|
![]() |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ValidStates |
Gets a list of valid installation states for the feature.
|

Object | |
![]() |
FeatureInfo |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)