Click or drag to resize
MsiComponentCollection Class
Represents a collection of preinstalled components.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListMsiComponent
    FDF.CommonMsiComponentCollection

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiComponentCollection : List<MsiComponent>

The MsiComponentCollection type exposes the following members.

Constructors
  NameDescription
Public methodMsiComponentCollection
Initializes a new instance of the MsiComponentCollection class
Top
Remarks
See Also