Type Class
Represents type declarations: class types, interface types, array types, value types, and enumeration types.
Definition
| public abstract class Type: Object |
Members Table
The following table lists the members exposed by the Type object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Overriden. Returns a String representing the name of the current Type. |
| Type | Initializes a new instance of Type. |
Properties
| Property | Description |
|---|
| DeclaringType | Gets the class that declares this member. |
| FullName | Gets the fully qualified name of the Type, including the namespace of the Type. |
| Name | Gets the name of the type. |
| ReflectedType | Gets the class object that was used to obtain this member. |
| UnderlyingSystemType | Indicates the type provided by the common language runtime that represents this type. |
Inheritance Hierarchy
ObjectType
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|