Equals |
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 |
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. |
FindMembers |
Returns a filtered array of MemberInfo objects of the specified member type. |
GetArrayRank |
When implemented by a derived class, gets the number of dimensions in an Array. |
GetConstructor |
Overloaded. Gets a specific constructor of the current Type. |
GetConstructors |
Overloaded. Gets the constructors of the current Type. |
GetCustomAttributes (inherited from MemberInfo) |
Overloaded. Returns all attributes defined on this member. |
GetDefaultMembers |
Searches for the members defined for the current Type whose DefaultMemberAttribute is set. |
GetElementType |
When implemented by a derived class, Returns the Type of the element. |
GetEvent |
Overloaded. Gets a specific event declared or inherited by the current Type. |
GetEvents |
Overloaded. Gets the events which are declared or inherited by the current Type. |
GetField |
Overloaded. Gets a specific field of the current Type. |
GetFields |
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. Gets a specific interface implemented or inherited by the current Type. |
GetInterfaceMap |
When implemented by a derived class, returns an interface mapping for the specified interface type. |
GetInterfaces |
When implemented by a derived class, gets all the interfaces implemented or inherited by the current Type. |
GetMember |
Overloaded. Gets the specified members of the current Type. |
GetMembers |
Overloaded. Gets the members (properties, methods, fields, events, and so on) of the current Type. |
GetMethod |
Overloaded. Gets a specific method of the current Type. |
GetMethods |
Overloaded. Gets the methods of the current Type. |
GetNestedType |
Overloaded. Gets a specific type nested within the current Type. |
GetNestedTypes |
Overloaded. Gets the types nested within the current Type. |
GetProperties |
Overloaded. Gets the properties of the current Type. |
GetProperty |
Overloaded. Gets a specific property of the current Type. |
GetType (inherited from Object) |
Gets the Type of the Object. |
GetTypeArray |
Gets the types of the objects in the specified array. |
GetTypeCode |
Gets the underlying type code of the specified Type. |
GetTypeFromHandle |
Gets the Type referenced by the specified type handle. |
GetTypeFromProgID |
Overloaded. Gets the Type associated with the specified program identifier (progID). |
GetTypeHandle |
Gets the handle for the Type of an object. |
InvokeMember |
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 |
Determines whether an instance of the specified type can be assigned to the current Type instance. |
IsDefined (inherited from MemberInfo) |
Returns a Boolean if one or more instance of attributeType is defined on this member. |
IsInstanceOfType |
Determines whether the specified object is an instance of the Type. |
IsSubclassOf |
Determines whether the current Type is a subclass of the specified class. |
ToString |
Returns a String representing the name of the current Type. |