Deployment Tools Foundation
ComponentInfoCollection Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ComponentInfoCollection
Accessor for information about components within the context of an installation session.

C# | Visual Basic | Visual C++ |
public sealed class ComponentInfoCollection : ICollection<ComponentInfo>, IEnumerable<ComponentInfo>, IEnumerable
Public NotInheritable Class ComponentInfoCollection _ Implements ICollection(Of ComponentInfo), IEnumerable(Of ComponentInfo), _ IEnumerable
public ref class ComponentInfoCollection sealed : ICollection<ComponentInfo^>, IEnumerable<ComponentInfo^>, IEnumerable

All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Contains(String) |
Checks if the collection contains a component.
|
![]() |
CopyTo(array<ComponentInfo>[]()[], Int32) |
Copies the features into an array.
|
![]() |
Count |
Gets the number of components defined for the product.
|
![]() |
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.) |
![]() |
GetEnumerator()()() |
Enumerates the components in the collection.
|
![]() |
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.) |
![]() |
Item[([(String])]) |
Gets information about a component within the context of an installation session.
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString()()() | (Inherited from Object.) |

Object | |
![]() |
ComponentInfoCollection |