Equals(Type) |
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type. |
FindInterfaces(TypeFilter, Object) |
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. |
FindMembers(MemberTypes, BindingFlags, MemberFilter, Object) |
Returns a filtered array of MemberInfo objects of the specified member type. |
GetArrayRank() |
Gets the number of dimensions in an array. |
GetAttributeFlagsImpl() |
When overridden in a derived class, implements the Attributes property and gets a bitwise combination of enumeration values that indicate the attributes associated with the Type. |
GetConstructor(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetConstructor(BindingFlags, Binder, Type[], ParameterModifier[]) |
Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
GetConstructor(BindingFlags, Type[]) |
Searches for a constructor whose parameters match the specified argument types, using the specified binding constraints. |
GetConstructor(Type[]) |
Searches for a public instance constructor whose parameters match the types in the specified array. |
GetConstructorImpl(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetConstructors() |
Returns all the public constructors defined for the current Type. |
GetConstructors(BindingFlags) |
When overridden in a derived class, searches for the constructors defined for the current Type, using the specified BindingFlags. |
GetCustomAttributes(Boolean) |
When overridden in a derived class, returns an array of all custom attributes applied to this member. (Inherited from MemberInfo) |
GetCustomAttributes(Type, Boolean) |
When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type. (Inherited from MemberInfo) |
GetCustomAttributesData() |
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo) |
GetDefaultMembers() |
Searches for the members defined for the current Type whose DefaultMemberAttribute is set. |
GetElementType() |
When overridden in a derived class, returns the Type of the object encompassed or referred to by the current array, pointer or reference type. |
GetEnumName(Object) |
Returns the name of the constant that has the specified value, for the current enumeration type. |
GetEnumNames() |
Returns the names of the members of the current enumeration type. |
GetEnumUnderlyingType() |
Returns the underlying type of the current enumeration type. |
GetEnumValues() |
Returns an array of the values of the constants in the current enumeration type. |
GetEnumValuesAsUnderlyingType() |
Retrieves an array of the values of the underlying type constants of this enumeration type. |
GetEvent(String, BindingFlags) |
When overridden in a derived class, returns the EventInfo object representing the specified event, using the specified binding constraints. |
GetEvent(String) |
Returns the EventInfo object representing the specified public event. |
GetEvents() |
Returns all the public events that are declared or inherited by the current Type. |
GetEvents(BindingFlags) |
When overridden in a derived class, searches for events that are declared or inherited by the current Type, using the specified binding constraints. |
GetField(String, BindingFlags) |
Searches for the specified field, using the specified binding constraints. |
GetField(String) |
Searches for the public field with the specified name. |
GetFields() |
Returns all the public fields of the current Type. |
GetFields(BindingFlags) |
When overridden in a derived class, searches for the fields defined for the current Type, using the specified binding constraints. |
GetFunctionPointerCallingConventions() |
When overridden in a derived class, returns the calling conventions of the current function pointer Type. |
GetFunctionPointerParameterTypes() |
When overridden in a derived class, returns the parameter types of the current function pointer Type. |
GetFunctionPointerReturnType() |
When overridden in a derived class, returns the return type of the current function pointer Type. |
GetGenericArguments() |
Returns an array of Type objects that represent the type arguments of a closed generic type or the type parameters of a generic type definition. |
GetGenericParameterConstraints() |
Returns an array of Type objects that represent the constraints on the current generic type parameter. |
GetGenericTypeDefinition() |
Returns a Type object that represents a generic type definition from which the current generic type can be constructed. |
GetHashCode() |
Returns the hash code for this instance. |
GetInterface(String, Boolean) |
When overridden in a derived class, searches for the specified interface, specifying whether to do a case-insensitive search for the interface name. |
GetInterface(String) |
Searches for the interface with the specified name. |
GetInterfaceMap(Type) |
Returns an interface mapping for the specified interface type. |
GetInterfaces() |
When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type. |
GetMember(String, BindingFlags) |
Searches for the specified members, using the specified binding constraints. |
GetMember(String, MemberTypes, BindingFlags) |
Searches for the specified members of the specified member type, using the specified binding constraints. |
GetMember(String) |
Searches for the public members with the specified name. |
GetMembers() |
Returns all the public members of the current Type. |
GetMembers(BindingFlags) |
When overridden in a derived class, searches for the members defined for the current Type, using the specified binding constraints. |
GetMemberWithSameMetadataDefinitionAs(MemberInfo) |
Searches for the MemberInfo on the current Type that matches the specified MemberInfo. |
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) |
Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
GetMethod(String, BindingFlags, Type[]) |
Searches for the specified method whose parameters match the specified argument types, using the specified binding constraints. |
GetMethod(String, BindingFlags) |
Searches for the specified method, using the specified binding constraints. |
GetMethod(String, Int32, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetMethod(String, Int32, BindingFlags, Binder, Type[], ParameterModifier[]) |
Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints. |
GetMethod(String, Int32, BindingFlags, Type[]) |
Searches for the specified method whose parameters match the specified generic parameter count and argument types, using the specified binding constraints. |
GetMethod(String, Int32, Type[], ParameterModifier[]) |
Searches for the specified public method whose parameters match the specified generic parameter count, argument types and modifiers. |
GetMethod(String, Int32, Type[]) |
Searches for the specified public method whose parameters match the specified generic parameter count and argument types. |
GetMethod(String, Type[], ParameterModifier[]) |
Searches for the specified public method whose parameters match the specified argument types and modifiers. |
GetMethod(String, Type[]) |
Searches for the specified public method whose parameters match the specified argument types. |
GetMethod(String) |
Searches for the public method with the specified name. |
GetMethodImpl(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetMethodImpl(String, Int32, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
When overridden in a derived class, searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints and the specified calling convention. |
GetMethods() |
Returns all the public methods of the current Type. |
GetMethods(BindingFlags) |
When overridden in a derived class, searches for the methods defined for the current Type, using the specified binding constraints. |
GetNestedType(String, BindingFlags) |
When overridden in a derived class, searches for the specified nested type, using the specified binding constraints. |
GetNestedType(String) |
Searches for the public nested type with the specified name. |
GetNestedTypes() |
Returns the public types nested in the current Type. |
GetNestedTypes(BindingFlags) |
When overridden in a derived class, searches for the types nested in the current Type, using the specified binding constraints. |
GetOptionalCustomModifiers() |
When overridden in a derived class, returns the optional custom modifiers of the current Type. |
GetProperties() |
Returns all the public properties of the current Type. |
GetProperties(BindingFlags) |
When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints. |
GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) |
Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
GetProperty(String, BindingFlags) |
Searches for the specified property, using the specified binding constraints. |
GetProperty(String, Type, Type[], ParameterModifier[]) |
Searches for the specified public property whose parameters match the specified argument types and modifiers. |
GetProperty(String, Type, Type[]) |
Searches for the specified public property whose parameters match the specified argument types. |
GetProperty(String, Type) |
Searches for the public property with the specified name and return type. |
GetProperty(String, Type[]) |
Searches for the specified public property whose parameters match the specified argument types. |
GetProperty(String) |
Searches for the public property with the specified name. |
GetPropertyImpl(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) |
When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
GetRequiredCustomModifiers() |
When overridden in a derived class, returns the required custom modifiers of the current Type. |
GetType() |
Gets the current Type. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetType(String, Boolean, Boolean) |
Gets the Type with the specified name, specifying whether to throw an exception if the type is not found and whether to perform a case-sensitive search. |
GetType(String, Boolean) |
Gets the Type with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type is not found. |
GetType(String, Func<AssemblyName,Assembly>, Func<Assembly,String,Boolean,Type>, Boolean, Boolean) |
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, and optionally providing custom methods to resolve the assembly and the type. |
GetType(String, Func<AssemblyName,Assembly>, Func<Assembly,String,Boolean,Type>, Boolean) |
Gets the type with the specified name, specifying whether to throw an exception if the type is not found, and optionally providing custom methods to resolve the assembly and the type. |
GetType(String, Func<AssemblyName,Assembly>, Func<Assembly,String,Boolean,Type>) |
Gets the type with the specified name, optionally providing custom methods to resolve the assembly and the type. |
GetType(String) |
Gets the Type with the specified name, performing a case-sensitive search. |
GetTypeArray(Object[]) |
Gets the types of the objects in the specified array. |
GetTypeCode(Type) |
Gets the underlying type code of the specified Type. |
GetTypeCodeImpl() |
Returns the underlying type code of this Type instance. |
GetTypeFromCLSID(Guid, Boolean) |
Gets the type associated with the specified class identifier (CLSID), specifying whether to throw an exception if an error occurs while loading the type. |
GetTypeFromCLSID(Guid, String, Boolean) |
Gets the type associated with the specified class identifier (CLSID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type. |
GetTypeFromCLSID(Guid, String) |
Gets the type associated with the specified class identifier (CLSID) from the specified server. |
GetTypeFromCLSID(Guid) |
Gets the type associated with the specified class identifier (CLSID). |
GetTypeFromHandle(RuntimeTypeHandle) |
Gets the type referenced by the specified type handle. |
GetTypeFromProgID(String, Boolean) |
Gets the type associated with the specified program identifier (ProgID), specifying whether to throw an exception if an error occurs while loading the type. |
GetTypeFromProgID(String, String, Boolean) |
Gets the type associated with the specified program identifier (progID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type. |
GetTypeFromProgID(String, String) |
Gets the type associated with the specified program identifier (progID) from the specified server, returning null if an error is encountered while loading the type. |
GetTypeFromProgID(String) |
Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the Type. |
GetTypeHandle(Object) |
Gets the handle for the Type of a specified object. |
HasElementTypeImpl() |
When overridden in a derived class, implements the HasElementType property and determines whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer, or is passed by reference. |
HasSameMetadataDefinitionAs(MemberInfo) |
(Inherited from MemberInfo) |
InvokeMember(String, BindingFlags, Binder, Object, Object[], CultureInfo) |
Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture. |
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[]) |
When overridden in a derived class, invokes the specified member, using the specified binding constraints and matching the specified argument list, modifiers and culture. |
InvokeMember(String, BindingFlags, Binder, Object, Object[]) |
Invokes the specified member, using the specified binding constraints and matching the specified argument list. |
IsArrayImpl() |
When overridden in a derived class, implements the IsArray property and determines whether the Type is an array. |
IsAssignableFrom(Type) |
Determines whether an instance of a specified type c can be assigned to a variable of the current type. |
IsAssignableTo(Type) |
Determines whether the current type can be assigned to a variable of the specified targetType. |
IsByRefImpl() |
When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference. |
IsCOMObjectImpl() |
When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object. |
IsContextfulImpl() |
Implements the IsContextful property and determines whether the Type can be hosted in a context. |
IsDefined(Type, Boolean) |
When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member. (Inherited from MemberInfo) |
IsEnumDefined(Object) |
Returns a value that indicates whether the specified value exists in the current enumeration type. |
IsEquivalentTo(Type) |
Determines whether two COM types have the same identity and are eligible for type equivalence. |
IsInstanceOfType(Object) |
Determines whether the specified object is an instance of the current Type. |
IsMarshalByRefImpl() |
Implements the IsMarshalByRef property and determines whether the Type is marshaled by reference. |
IsPointerImpl() |
When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer. |
IsPrimitiveImpl() |
When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types. |
IsSubclassOf(Type) |
Determines whether the current Type derives from the specified Type. |
IsValueTypeImpl() |
Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface. |
MakeArrayType() |
Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero. |
MakeArrayType(Int32) |
Returns a Type object representing an array of the current type, with the specified number of dimensions. |
MakeByRefType() |
Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic). |
MakeGenericMethodParameter(Int32) |
Returns a signature type object that can be passed into the Type[] array parameter of a GetMethod method to represent a generic parameter reference. |
MakeGenericSignatureType(Type, Type[]) |
Creates a generic signature type, which allows third party reimplementations of Reflection to fully support the use of signature types in querying type members. |
MakeGenericType(Type[]) |
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. |
MakePointerType() |
Returns a Type object that represents a pointer to the current type. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ReflectionOnlyGetType(String, Boolean, Boolean) |
Obsolete. 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. |
ToString() |
Returns a String representing the name of the current Type. |