Represents the base class for application installer technologies.

The following tables list the members exposed by the InstallerTechnology type.

Protected Constructors

  Name Description
InstallerTechnology Overloaded. Initializes a new instance of the installer technology class.
Top

Public Properties (see also Protected Properties)

  Name Description
public property AbbreviatedTitle  Gets a string containing the abbreviated title for the technology. (inherited from TechnologyBase)
public property Description  Gets a string containing the description for the technology. (inherited from TechnologyBase)
public property Id  Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string. (inherited from TechnologyBase)
public property ImporterType The Type of content importer used by the installer technology.
public property InstallerType The Type of installer used by the installer technology.
public property Title  Gets a string containing the title for the technology. (inherited from TechnologyBase)
public property XmlSchema Gets the xml schema for the installer Type.
Top

Protected Properties

  Name Description
protected property ResourceManager  Resource Manager. (inherited from TechnologyBase)
Top

Public Methods (see also Protected Methods)

  Name Description
public method CompareTo  Overloaded. (inherited from TechnologyBase)
public method CreateImporter Initializes a new instance of the content importer Type.
public method CreateInstaller Initializes a new instance of the installer Type.
public method Equals  Overloaded. (inherited from TechnologyBase)
public method GetHashCode  Overridden. Returns a unique identifier for this instance. (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GetLocalizedString  Looks up the localized name of the specified field. (inherited from TechnologyBase)
protected method MemberwiseClone  (inherited from Object)
Top

See Also