Deployment Tools Foundation
FeatureInfo Class
Provides access to information about a feature within the context of an installation session.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class FeatureInfo
Public Class FeatureInfo
public ref class FeatureInfo
Members
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 attempt to free resources and perform other cleanup operations before the Object 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. 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.) |
|
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()()() | (Inherited from Object.) |
|
ValidStates |
Gets a list of valid installation states for the feature.
|
Inheritance Hierarchy
Object | |
FeatureInfo |