TypeDescription Members
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 | |
---|---|---|
AnchorAttributes | Gets an AttributeDescriptionCollection object. The AttributeDescriptionCollection object contains a collection of AttributeDescription objects that constitute the anchor. | |
Attributes | Gets an AttributeDescriptionCollection object that contains a collection of the AttributeDescription objects that exist in this Type. | |
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 | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
TypeDescription Class
Microsoft.MetadirectoryServices Namespace
Type
Microsoft.MetadirectoryServices