Deployment Tools Foundation
ComponentInfo Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ComponentInfo
Provides access to information about a component within the context of an installation session.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ComponentInfo
Public Class ComponentInfo
public ref class ComponentInfo
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
CurrentState |
Gets the current install state of the designated Component.
|
|
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(InstallState) |
Gets disk space per drive required to install a component.
|
|
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 component (primary key in the Component table).
|
|
RequestState |
Gets or sets the action state of the designated Component.
|
|
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ComponentInfo |