Represents a description of a Type class that contains a collection of attribute descriptions. The Type represents type declarations: class types, interface types, array types, value types, and enumeration types.

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

Protected Constructors

  Name Description
TypeDescription Creates an instance of the TypeDescription class.
Top

Public Properties

  Name Description
public property AnchorAttributes Gets an AttributeDescriptionCollection object. The AttributeDescriptionCollection object contains a collection of AttributeDescription objects that constitute the anchor.
public property Attributes Gets an AttributeDescriptionCollection object that contains a collection of the AttributeDescription objects that exist in this Type.
public property Name Gets a string that contains the name of the object Type. The object Type represents type declarations such as class types, interface types, array types, value types, and enumeration types, as defined in the Type Members class.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also