Name

InstallerTypeAttribute

Synopsis

This attribute is used to adorn components to indicate the type of the object that should be used to install them (the InstallerType). See System.Configuration for more information on installers.


public class InstallerTypeAttribute : Attribute {

// Public Constructors

   public InstallerTypeAttribute(string typeName);

   public InstallerTypeAttribute(Type installerType);

// Public Instance Properties

   public virtual Type InstallerType{get; }

// Public Instance Methods

   public override bool Equals(object obj);  // overrides Attribute

   public override int GetHashCode();  // overrides Attribute

}

Hierarchy

System.Object System.Attribute InstallerTypeAttribute

Valid On

Class

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.