AbstractInstallerBuilder.Fill Method

Fills the given installer with other, more specific kinds of installers that have been filled with the appropriate kinds of installable resources

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

public void Fill(
    Installer installer
)
'Declaration
Public Sub Fill ( 
    installer As Installer
)
public:
void Fill(
    Installer^ installer
)

Parameters

See Also

AbstractInstallerBuilder Class

AbstractInstallerBuilder Members

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace