| |
Name
|
Description
|
| CreateType |
Creates a Type object for this enum.
|
| DefineLiteral |
Defines the named static field in an enumeration type with the specified constant value.
|
| 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.
(Inherited from
Type.)
|
| FindInterfaces
|
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type.
(Inherited from
Type.)
|
| FindMembers
|
Returns a filtered array of MemberInfo objects of the specified member type.
(Inherited from
Type.)
|
| GetArrayRank
|
Gets the number of dimensions in an Array.
(Inherited from
Type.)
|
| GetConstructor
|
Overloaded.
Gets a specific constructor of the current Type.
(Inherited from
Type.)
|
| GetConstructors |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetCustomAttributes |
Overloaded.
Overridden.
Returns the custom attributes defined for this constructor.
|
| GetDefaultMembers
|
Searches for the members defined for the current Type whose DefaultMemberAttribute is set.
(Inherited from
Type.)
|
| GetElementType |
Overridden.
Calling this method always throws NotSupportedException.
|
| GetEvent |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetEvents |
Overloaded.
Overridden.
This method is not supported on types that have not been completed.
|
| GetField |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetFields |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetGenericArguments
|
Returns an array of Type objects that represent the type arguments of a generic type or the type parameters of a generic type definition.
(Inherited from
Type.)
|
| GetGenericParameterConstraints
|
Returns an array of Type objects that represent the constraints on the current generic type parameter.
(Inherited from
Type.)
|
| GetGenericTypeDefinition
|
Returns a Type object that represents a generic type definition from which the current generic type can be constructed.
(Inherited from
Type.)
|
| GetHashCode
|
Returns the hash code for this instance.
(Inherited from
Type.)
|
| GetInterface |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetInterfaceMap |
Overridden.
Returns an interface mapping for the interface requested.
|
| GetInterfaces |
Overridden.
Returns an array of all the interfaces implemented on this a class and its base classes.
|
| GetMember |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetMembers |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetMethod
|
Overloaded.
Gets a specific method of the current Type.
(Inherited from
Type.)
|
| GetMethods |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetNestedType |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetNestedTypes |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetProperties |
Overloaded.
This method is not supported on types that have not been completed.
|
| GetProperty
|
Overloaded.
Gets a specific property of the current Type.
(Inherited from
Type.)
|
| GetType
|
Overloaded.
Gets a Type object that represents the specified type.
(Inherited from
Type.)
|
| GetTypeArray
|
Gets the types of the objects in the specified array.
(Inherited from
Type.)
|
| GetTypeCode
|
Gets the underlying type code of the specified Type.
(Inherited from
Type.)
|
| GetTypeFromCLSID
|
Overloaded.
Gets the type associated with the specified class identifier (CLSID).
(Inherited from
Type.)
|
| GetTypeFromHandle
|
Gets the type referenced by the specified type handle.
(Inherited from
Type.)
|
| GetTypeFromProgID
|
Overloaded.
Gets the type associated with the specified program identifier (ProgID).
(Inherited from
Type.)
|
| GetTypeHandle
|
Gets the handle for the Type of a specified object.
(Inherited from
Type.)
|
| InvokeMember |
Overloaded.
This method is not supported on types that have not been completed.
|
| IsAssignableFrom
|
Determines whether an instance of the current Type can be assigned from an instance of the specified Type.
(Inherited from
Type.)
|
| IsDefined |
Overridden.
Checks if the specified custom attribute type is defined.
|
| IsInstanceOfType
|
Determines whether the specified object is an instance of the current Type.
(Inherited from
Type.)
|
| IsSubclassOf
|
Determines whether the class represented by the current Type derives from the class represented by the specified Type.
(Inherited from
Type.)
|
| MakeArrayType |
Overloaded.
Overridden. |
| MakeByRefType |
Overridden. |
| MakeGenericType
|
Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a Type object representing the resulting constructed type.
(Inherited from
Type.)
|
| MakePointerType |
Overridden. |
| ReferenceEquals
|
Determines whether the specified Object instances are the same instance.
(Inherited from
Object.)
|
| ReflectionOnlyGetType
|
Gets the Type with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found. The type is loaded for reflection only, not for execution.
(Inherited from
Type.)
|
| SetCustomAttribute |
Overloaded.
Sets custom attributes for this constructor.
|
| ToString
|
Returns a String representing the name of the current Type.
(Inherited from
Type.)
|