CreateType |
Creates a Type object for this enum. |
DefineLiteral |
Defines the named static field in an enumeration type with the specified constant value. |
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 (inherited from Type) |
Overloaded. Gets the constructors of the current Type. |
GetCustomAttributes |
Overloaded. Overloaded. Returns the custom attributes defined for this constructor. |
GetDefaultMembers (inherited from Type) |
Searches for the members defined for the current Type whose DefaultMemberAttribute is set. |
GetElementType |
This member is not supported. |
GetEvent (inherited from Type) |
Overloaded. Gets a specific event declared or inherited by the current Type. |
GetEvents |
Overloaded. [To be supplied.] |
GetField |
Overloaded. [To be supplied.] |
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 (inherited from Type) |
Overloaded. Gets a specific interface implemented or inherited by the current Type. |
GetInterfaceMap |
This method will return an interface mapping for the interface requested. |
GetInterfaces |
Returns an array of all the interfaces implemented on this a class and its super classes. |
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 |
Overloaded. [To be supplied.] |
GetNestedTypes (inherited from Type) |
Overloaded. Gets the types nested within the current Type. |
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 |
This method is not implemented. |
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. |
SetCustomAttribute |
Overloaded. Overloaded. Sets custom attributes for this constructor. |
ToString (inherited from Type) |
Returns a String representing the name of the current Type. |