AbstractInstallerBuilder.CreateInstallers Method

Creates one or more installers after iterating over the instrumentedTypes. The number of iterators returned depends on the specific needs of the particular installable type.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected abstract ICollection<Installer> CreateInstallers(
    ICollection<Type> instrumentedTypes
)
'Declaration
Protected MustOverride Function CreateInstallers ( 
    instrumentedTypes As ICollection(Of Type)
) As ICollection(Of Installer)
protected:
virtual ICollection<Installer^>^ CreateInstallers(
    ICollection<Type^>^ instrumentedTypes
) abstract

Parameters

Return Value

Type: ICollection<Installer>
Collection of installers created through iterating over included types

See Also

AbstractInstallerBuilder Class

AbstractInstallerBuilder Members

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace