DekGenius.com
[ Team LiB ] Previous Section Next Section

InstallerTypeAttribute

System.ComponentModel (system.dll)class

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

    [ Team LiB ] Previous Section Next Section