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++ | F# |
public class ComponentInfo
Public Class ComponentInfo
public ref class ComponentInfo
type ComponentInfo = class end
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 try to free resources and perform other cleanup operations before it 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. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ComponentInfo |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)