InstallerTypeAttribute

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net