ReflectionInstaller<TInstallerBuilder> Class
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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)
Syntax
'Declaration
PublicClassReflectionInstaller(Of TInstallerBuilder As AbstractInstallerBuilder) _
Inherits Installer
publicclassReflectionInstaller<TInstallerBuilder> : Installer
where TInstallerBuilder : AbstractInstallerBuilder
generic<typename TInstallerBuilder>
where TInstallerBuilder : AbstractInstallerBuilder
publicref classReflectionInstaller : public Installer
JScript does not support generic types or methods.
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
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |