Represents the base class for application hosting technologies.

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

Protected Constructors

  Name Description
HostingTechnology Overloaded. Initializes a new instance of the hosting 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 IsRemote Gets a value that determines whether the hosting technology is remove or not.
public property Title  Gets a string containing the title for the technology. (inherited from TechnologyBase)
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 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