InstallerTypeAttribute Class
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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 Attributes Overview.
Requirements
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)
See Also
InstallerTypeAttribute Members | System.ComponentModel Namespace | Attribute