ReflectionInstaller<TInstallerBuilder> Class

Generic installer wrapper around installer builder. Used to find and install given type of installable resource.

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 class ReflectionInstaller<TInstallerBuilder> : Installer
where TInstallerBuilder : AbstractInstallerBuilder
'Declaration
Public Class ReflectionInstaller(Of TInstallerBuilder As AbstractInstallerBuilder)
    Inherits Installer
generic<typename TInstallerBuilder>
where TInstallerBuilder : AbstractInstallerBuilder
public ref class ReflectionInstaller : public Installer

Type Parameters

  • TInstallerBuilder
    Specific type of installer builder to instantiate

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Configuration.Install.Installer
        Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.ReflectionInstaller<TInstallerBuilder>

See Also

ReflectionInstaller<TInstallerBuilder> Members

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace