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. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
AbbreviatedTitle | Gets a string containing the abbreviated title for the technology. (inherited from TechnologyBase) | |
Description | Gets a string containing the description for the technology. (inherited from TechnologyBase) | |
Id | Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string. (inherited from TechnologyBase) | |
ImporterType | The Type of content importer used by the installer technology. | |
InstallerType | The Type of installer used by the installer technology. | |
Title | Gets a string containing the title for the technology. (inherited from TechnologyBase) | |
XmlSchema | Gets the xml schema for the installer Type. |
Protected Properties
Name | Description | |
---|---|---|
ResourceManager | Resource Manager. (inherited from TechnologyBase) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
CompareTo | Overloaded. (inherited from TechnologyBase) | |
CreateImporter | Initializes a new instance of the content importer Type. | |
CreateInstaller | Initializes a new instance of the installer Type. | |
Equals | Overloaded. (inherited from TechnologyBase) | |
GetHashCode | Overridden. Returns a unique identifier for this instance. (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
GetLocalizedString | Looks up the localized name of the specified field. (inherited from TechnologyBase) | |
MemberwiseClone | (inherited from Object) |