Equals (inherited from Type) |
Overloaded. Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type. |
FindInterfaces (inherited from Type) |
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. |
FindMembers (inherited from Type) |
Returns a filtered array of MemberInfo objects of the specified member type. |
GetArrayRank (inherited from Type) |
When implemented by a derived class, gets the number of dimensions in an Array. |
GetConstructor (inherited from Type) |
Overloaded. Gets a specific constructor of the current Type. |
GetConstructors |
Overloaded. [To be supplied.] |
GetCustomAttributes |
Overloaded. Returns an instance of each custom attribute defined on the given TypeDelegator. |
GetDefaultMembers (inherited from Type) |
Searches for the members defined for the current Type whose DefaultMemberAttribute is set. |
GetElementType |
To be supplied |
GetEvent (inherited from Type) |
Overloaded. Gets a specific event declared or inherited by the current Type. |
GetEvents |
Overloaded. [To be supplied.] |
GetField (inherited from Type) |
Overloaded. Gets a specific field of the current Type. |
GetFields (inherited from Type) |
Overloaded. Gets the fields of the current Type. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInterface |
Overloaded. [To be supplied.] |
GetInterfaceMap |
[To be supplied.] |
GetInterfaces |
Returns an array of Type objects representing all the interfaces implemented on the current class and its superclasses. |
GetMember (inherited from Type) |
Overloaded. Gets the specified members of the current Type. |
GetMembers |
Overloaded. [To be supplied.] |
GetMethod (inherited from Type) |
Overloaded. Gets a specific method of the current Type. |
GetMethods (inherited from Type) |
Overloaded. Gets the methods of the current Type. |
GetNestedType (inherited from Type) |
Overloaded. Gets a specific type nested within the current Type. |
GetNestedTypes |
Overloaded. [To be supplied.] |
GetProperties (inherited from Type) |
Overloaded. Gets the properties of the current Type. |
GetProperty (inherited from Type) |
Overloaded. Gets a specific property of the current Type. |
GetType (inherited from Object) |
Gets the Type of the Object. |
InvokeMember (inherited from Type) |
Overloaded. Invokes a specific member of the current Type; essentially calls a constructor member or a method member, gets or sets a property member, gets or sets a data field member, or gets or sets an element of an array member. |
IsAssignableFrom (inherited from Type) |
Determines whether an instance of the specified type can be assigned to the current Type instance. |
IsDefined |
Checks to see if the TypeDelegator is defined on the given element (including inherited members). |
IsInstanceOfType (inherited from Type) |
Determines whether the specified object is an instance of the Type. |
IsSubclassOf (inherited from Type) |
Determines whether the current Type is a subclass of the specified class. |
ToString (inherited from Type) |
Returns a String representing the name of the current Type. |