March 2003
Intermediate to advanced
896 pages
32h 35m
English
InstallerTypeAttribute
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 }
System.Object
→ System.Attribute → InstallerTypeAttribute
Class
Read now
Unlock full access