GOA - System.Type

Type Class


Represents type declarations: class types, interface types, array types, value types, and enumeration types.

Definition

public abstract class Type: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverriden. Returns a String representing the name of the current Type.
TypeInitializes a new instance of Type.
PropertyDescription
DeclaringTypeGets the class that declares this member.
FullNameGets the fully qualified name of the Type, including the namespace of the Type.
NameGets the name of the type.
ReflectedTypeGets the class object that was used to obtain this member.
UnderlyingSystemTypeIndicates the type provided by the common language runtime that represents this type.

Inheritance Hierarchy

Object
Type

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.