CreateType() |
Creates a Type object for this enum. |
CreateTypeInfo() |
Gets a TypeInfo object that represents this enumeration. |
CreateTypeInfoCore() |
When overridden in a derived class, gets a TypeInfo object that represents this enumeration. |
DefineLiteral(String, Object) |
Defines the named static field in an enumeration type with the specified constant value. |
DefineLiteralCore(String, Object) |
When overridden in a derived class, defines the named static field in an enumeration type with the specified constant value. |
Equals(Object) |
Returns a value that indicates whether this instance is equal to a specified object. (Inherited from MemberInfo) |
Equals(Object) |
Determines if the underlying system type of the current Type object is the same as the underlying system type of the specified Object. (Inherited from Type) |
Equals(Type) |
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type. (Inherited from Type) |
FindInterfaces(TypeFilter, Object) |
(Inherited from TypeInfo) |
FindInterfaces(TypeFilter, Object) |
Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. (Inherited from Type) |
FindMembers(MemberTypes, BindingFlags, MemberFilter, Object) |
(Inherited from TypeInfo) |
FindMembers(MemberTypes, BindingFlags, MemberFilter, Object) |
Returns a filtered array of MemberInfo objects of the specified member type. (Inherited from Type) |
GetArrayRank() |
|
GetArrayRank() |
Gets the number of dimensions in an array. (Inherited from Type) |
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. |
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. (Inherited from 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. (Inherited from Type) |
GetConstructor(BindingFlags, Binder, Type[], ParameterModifier[]) |
Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints. (Inherited from Type) |
GetConstructor(BindingFlags, Type[]) |
Searches for a constructor whose parameters match the specified argument types, using the specified binding constraints. (Inherited from Type) |
GetConstructor(Type[]) |
(Inherited from TypeInfo) |
GetConstructor(Type[]) |
Searches for a public instance constructor whose parameters match the types in the specified array. (Inherited from Type) |
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. |
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. (Inherited from Type) |
GetConstructors() |
(Inherited from TypeInfo) |
GetConstructors() |
Returns all the public constructors defined for the current Type. (Inherited from Type) |
GetConstructors(BindingFlags) |
Returns an array of ConstructorInfo objects representing the public and non-public constructors defined for this class, as specified. |
GetConstructors(BindingFlags) |
(Inherited from TypeInfo) |
GetCustomAttributes(Boolean) |
Returns all the custom attributes defined for this constructor. |
GetCustomAttributes(Type, Boolean) |
Returns the custom attributes identified by the given type. |
GetCustomAttributesData() |
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo) |
GetDeclaredEvent(String) |
Returns an object that represents the specified event declared by the current type. (Inherited from TypeInfo) |
GetDeclaredField(String) |
Returns an object that represents the specified field declared by the current type. (Inherited from TypeInfo) |
GetDeclaredMethod(String) |
Returns an object that represents the specified method declared by the current type. (Inherited from TypeInfo) |
GetDeclaredMethods(String) |
Returns a collection that contains all methods declared on the current type that match the specified name. (Inherited from TypeInfo) |
GetDeclaredNestedType(String) |
Returns an object that represents the specified nested type declared by the current type. (Inherited from TypeInfo) |
GetDeclaredProperty(String) |
Returns an object that represents the specified property declared by the current type. (Inherited from TypeInfo) |
GetDefaultMembers() |
(Inherited from TypeInfo) |
GetDefaultMembers() |
Searches for the members defined for the current Type whose DefaultMemberAttribute is set. (Inherited from Type) |
GetElementType() |
Calling this method always throws NotSupportedException. |
GetEnumName(Object) |
(Inherited from TypeInfo) |
GetEnumName(Object) |
Returns the name of the constant that has the specified value, for the current enumeration type. (Inherited from Type) |
GetEnumNames() |
(Inherited from TypeInfo) |
GetEnumNames() |
Returns the names of the members of the current enumeration type. (Inherited from Type) |
GetEnumUnderlyingType() |
Returns the underlying integer type of the current enumeration, which is set when the enumeration builder is defined. |
GetEnumUnderlyingType() |
(Inherited from TypeInfo) |
GetEnumValues() |
(Inherited from TypeInfo) |
GetEnumValues() |
Returns an array of the values of the constants in the current enumeration type. (Inherited from Type) |
GetEnumValuesAsUnderlyingType() |
Retrieves an array of the values of the underlying type constants of this enumeration type. (Inherited from Type) |
GetEvent(String, BindingFlags) |
Returns the event with the specified name. |
GetEvent(String, BindingFlags) |
(Inherited from TypeInfo) |
GetEvent(String) |
(Inherited from TypeInfo) |
GetEvent(String) |
Returns the EventInfo object representing the specified public event. (Inherited from Type) |
GetEvents() |
Returns the events for the public events declared or inherited by this type. |
GetEvents() |
(Inherited from TypeInfo) |
GetEvents(BindingFlags) |
Returns the public and non-public events that are declared by this type. |
GetEvents(BindingFlags) |
(Inherited from TypeInfo) |
GetField(String, BindingFlags) |
Returns the field specified by the given name. |
GetField(String, BindingFlags) |
(Inherited from TypeInfo) |
GetField(String) |
(Inherited from TypeInfo) |
GetField(String) |
Searches for the public field with the specified name. (Inherited from Type) |
GetFields() |
(Inherited from TypeInfo) |
GetFields() |
Returns all the public fields of the current Type. (Inherited from Type) |
GetFields(BindingFlags) |
Returns the public and non-public fields that are declared by this type. |
GetFields(BindingFlags) |
(Inherited from TypeInfo) |
GetFunctionPointerCallingConventions() |
When overridden in a derived class, returns the calling conventions of the current function pointer Type. (Inherited from Type) |
GetFunctionPointerParameterTypes() |
When overridden in a derived class, returns the parameter types of the current function pointer Type. (Inherited from Type) |
GetFunctionPointerReturnType() |
When overridden in a derived class, returns the return type of the current function pointer Type. (Inherited from Type) |
GetGenericArguments() |
(Inherited from TypeInfo) |
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. (Inherited from Type) |
GetGenericParameterConstraints() |
|
GetGenericParameterConstraints() |
Returns an array of Type objects that represent the constraints on the current generic type parameter. (Inherited from Type) |
GetGenericTypeDefinition() |
|
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 MemberInfo) |
GetHashCode() |
Returns the hash code for this instance. (Inherited from Type) |
GetInterface(String, Boolean) |
Returns the interface implemented (directly or indirectly) by this type, with the specified fully-qualified name. |
GetInterface(String, Boolean) |
(Inherited from TypeInfo) |
GetInterface(String) |
(Inherited from TypeInfo) |
GetInterface(String) |
Searches for the interface with the specified name. (Inherited from Type) |
GetInterfaceMap(Type) |
Returns an interface mapping for the interface requested. |
GetInterfaces() |
Returns an array of all the interfaces implemented on this a class and its base classes. |
GetInterfaces() |
(Inherited from TypeInfo) |
GetMember(String, BindingFlags) |
(Inherited from TypeInfo) |
GetMember(String, BindingFlags) |
Searches for the specified members, using the specified binding constraints. (Inherited from Type) |
GetMember(String, MemberTypes, BindingFlags) |
Returns all members with the specified name, type, and binding that are declared or inherited by this type. |
GetMember(String, MemberTypes, BindingFlags) |
(Inherited from TypeInfo) |
GetMember(String) |
(Inherited from TypeInfo) |
GetMember(String) |
Searches for the public members with the specified name. (Inherited from Type) |
GetMembers() |
(Inherited from TypeInfo) |
GetMembers() |
Returns all the public members of the current Type. (Inherited from Type) |
GetMembers(BindingFlags) |
Returns the specified members declared or inherited by this type. |
GetMembers(BindingFlags) |
(Inherited from TypeInfo) |
GetMemberWithSameMetadataDefinitionAs(MemberInfo) |
Searches for the MemberInfo on the current Type that matches the specified MemberInfo. (Inherited from Type) |
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. (Inherited from Type) |
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. (Inherited from Type) |
GetMethod(String, BindingFlags, Type[]) |
Searches for the specified method whose parameters match the specified argument types, using the specified binding constraints. (Inherited from Type) |
GetMethod(String, BindingFlags) |
(Inherited from TypeInfo) |
GetMethod(String, BindingFlags) |
Searches for the specified method, using the specified binding constraints. (Inherited from Type) |
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. (Inherited from Type) |
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. (Inherited from Type) |
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. (Inherited from Type) |
GetMethod(String, Int32, Type[], ParameterModifier[]) |
Searches for the specified public method whose parameters match the specified generic parameter count, argument types and modifiers. (Inherited from Type) |
GetMethod(String, Int32, Type[]) |
Searches for the specified public method whose parameters match the specified generic parameter count and argument types. (Inherited from Type) |
GetMethod(String, Type[], ParameterModifier[]) |
(Inherited from TypeInfo) |
GetMethod(String, Type[], ParameterModifier[]) |
Searches for the specified public method whose parameters match the specified argument types and modifiers. (Inherited from Type) |
GetMethod(String, Type[]) |
(Inherited from TypeInfo) |
GetMethod(String, Type[]) |
Searches for the specified public method whose parameters match the specified argument types. (Inherited from Type) |
GetMethod(String) |
(Inherited from TypeInfo) |
GetMethod(String) |
Searches for the public method with the specified name. (Inherited from Type) |
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, 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. (Inherited from Type) |
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. (Inherited from Type) |
GetMethods() |
(Inherited from TypeInfo) |
GetMethods() |
Returns all the public methods of the current Type. (Inherited from Type) |
GetMethods(BindingFlags) |
Returns all the public and non-public methods declared or inherited by this type, as specified. |
GetMethods(BindingFlags) |
(Inherited from TypeInfo) |
GetNestedType(String, BindingFlags) |
Returns the specified nested type that is declared by this type. |
GetNestedType(String, BindingFlags) |
(Inherited from TypeInfo) |
GetNestedType(String) |
(Inherited from TypeInfo) |
GetNestedType(String) |
Searches for the public nested type with the specified name. (Inherited from Type) |
GetNestedTypes() |
(Inherited from TypeInfo) |
GetNestedTypes() |
Returns the public types nested in the current Type. (Inherited from Type) |
GetNestedTypes(BindingFlags) |
Returns the public and non-public nested types that are declared or inherited by this type. |
GetNestedTypes(BindingFlags) |
(Inherited from TypeInfo) |
GetOptionalCustomModifiers() |
When overridden in a derived class, returns the optional custom modifiers of the current Type. (Inherited from Type) |
GetProperties() |
(Inherited from TypeInfo) |
GetProperties() |
Returns all the public properties of the current Type. (Inherited from Type) |
GetProperties(BindingFlags) |
Returns all the public and non-public properties declared or inherited by this type, as specified. |
GetProperties(BindingFlags) |
(Inherited from TypeInfo) |
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. (Inherited from Type) |
GetProperty(String, BindingFlags) |
(Inherited from TypeInfo) |
GetProperty(String, BindingFlags) |
Searches for the specified property, using the specified binding constraints. (Inherited from Type) |
GetProperty(String, Type, Type[], ParameterModifier[]) |
(Inherited from TypeInfo) |
GetProperty(String, Type, Type[], ParameterModifier[]) |
Searches for the specified public property whose parameters match the specified argument types and modifiers. (Inherited from Type) |
GetProperty(String, Type, Type[]) |
(Inherited from TypeInfo) |
GetProperty(String, Type, Type[]) |
Searches for the specified public property whose parameters match the specified argument types. (Inherited from Type) |
GetProperty(String, Type) |
(Inherited from TypeInfo) |
GetProperty(String, Type) |
Searches for the public property with the specified name and return type. (Inherited from Type) |
GetProperty(String, Type[]) |
(Inherited from TypeInfo) |
GetProperty(String, Type[]) |
Searches for the specified public property whose parameters match the specified argument types. (Inherited from Type) |
GetProperty(String) |
(Inherited from TypeInfo) |
GetProperty(String) |
Searches for the public property with the specified name. (Inherited from Type) |
GetPropertyImpl(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) |
Calling this method always throws NotSupportedException. |
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. (Inherited from Type) |
GetRequiredCustomModifiers() |
When overridden in a derived class, returns the required custom modifiers of the current Type. (Inherited from Type) |
GetType() |
Gets the current Type. (Inherited from Type) |
GetTypeCodeImpl() |
Returns the underlying type code of this Type instance. (Inherited from Type) |
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. |
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. (Inherited from Type) |
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. (Inherited from Type) |
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[]) |
Invokes the specified member. The method that is to be invoked must be accessible and provide the most specific match with the specified argument list, under the constraints of the specified binder and invocation attributes. |
InvokeMember(String, BindingFlags, Binder, Object, Object[]) |
Invokes the specified member, using the specified binding constraints and matching the specified argument list. (Inherited from Type) |
IsArrayImpl() |
When overridden in a derived class, implements the IsArray property and determines whether the Type is an array. |
IsArrayImpl() |
When overridden in a derived class, implements the IsArray property and determines whether the Type is an array. (Inherited from Type) |
IsAssignableFrom(Type) |
(Inherited from TypeInfo) |
IsAssignableFrom(Type) |
Determines whether an instance of a specified type c can be assigned to a variable of the current type. (Inherited from Type) |
IsAssignableFrom(TypeInfo) |
Gets a value that indicates whether a specified TypeInfo object can be assigned to this object. |
IsAssignableTo(Type) |
Determines whether the current type can be assigned to a variable of the specified targetType. (Inherited from Type) |
IsByRefImpl() |
When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference. |
IsByRefImpl() |
When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference. (Inherited from Type) |
IsCOMObjectImpl() |
When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object. |
IsCOMObjectImpl() |
When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object. (Inherited from Type) |
IsContextfulImpl() |
Implements the IsContextful property and determines whether the Type can be hosted in a context. (Inherited from Type) |
IsDefined(Type, Boolean) |
Checks if the specified custom attribute type is defined. |
IsEnumDefined(Object) |
(Inherited from TypeInfo) |
IsEnumDefined(Object) |
Returns a value that indicates whether the specified value exists in the current enumeration type. (Inherited from Type) |
IsEquivalentTo(Type) |
(Inherited from TypeInfo) |
IsEquivalentTo(Type) |
Determines whether two COM types have the same identity and are eligible for type equivalence. (Inherited from Type) |
IsInstanceOfType(Object) |
(Inherited from TypeInfo) |
IsInstanceOfType(Object) |
Determines whether the specified object is an instance of the current Type. (Inherited from Type) |
IsMarshalByRefImpl() |
Implements the IsMarshalByRef property and determines whether the Type is marshaled by reference. (Inherited from Type) |
IsPointerImpl() |
When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer. |
IsPointerImpl() |
When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer. (Inherited from Type) |
IsPrimitiveImpl() |
When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types. |
IsPrimitiveImpl() |
When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types. (Inherited from Type) |
IsSubclassOf(Type) |
(Inherited from TypeInfo) |
IsSubclassOf(Type) |
Determines whether the current Type derives from the specified Type. (Inherited from Type) |
IsValueTypeImpl() |
Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface. |
IsValueTypeImpl() |
Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface. (Inherited from Type) |
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). |
MakeGenericType(Type[]) |
|
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. (Inherited from 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) |
SetCustomAttribute(ConstructorInfo, Byte[]) |
Sets a custom attribute using a specified custom attribute blob. |
SetCustomAttribute(CustomAttributeBuilder) |
Sets a custom attribute using a custom attribute builder. |
SetCustomAttributeCore(ConstructorInfo, ReadOnlySpan) |
When overridden in a derived class, sets a custom attribute on this assembly. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
ToString() |
Returns a String representing the name of the current Type. (Inherited from Type) |