Specifies the installer for a type that installs components.
For a list of all members of this type, see InstallerTypeAttribute Members.
System.Object
System.Attribute
System.ComponentModel.InstallerTypeAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> Public Class InstallerTypeAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] public class InstallerTypeAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] public __gc class InstallerTypeAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) class InstallerTypeAttribute extends Attribute
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
The class used for the installer must implement the IDesigner interface. Use the InstallerType property to get the installer associated with this attribute.
For more information, see
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
InstallerTypeAttribute Members | System.ComponentModel Namespace | Attribute