Type Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Type type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object. (Overrides Object.Equals(Object).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Type) Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 FindMembers Returns a filtered array of MemberInfo objects of the specified member type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetArrayRank Gets the number of dimensions in an Array.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetAttributeFlagsImpl When overridden in a derived class, implements the Attributes property and gets a bitmask indicating the attributes associated with the Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructor(array<Type[]) Searches for a public instance constructor whose parameters match the types in the specified array.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructor(BindingFlags, Binder, array<Type[], array<ParameterModifier[]) Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructorImpl 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructors() Returns all the public constructors defined for the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructors(BindingFlags) When overridden in a derived class, searches for the constructors defined for the current Type, using the specified BindingFlags.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Boolean) When overridden in a derived class, returns an array of all custom attributes applied to this member. (Inherited from MemberInfo.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetDefaultMembers Searches for the members defined for the current Type whose DefaultMemberAttribute is set.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvent(String) Returns the EventInfo object representing the specified public event.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvent(String, BindingFlags) When overridden in a derived class, returns the EventInfo object representing the specified event, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvents() Returns all the public events that are declared or inherited by the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetField(String) Searches for the public field with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetField(String, BindingFlags) Searches for the specified field, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFields() Returns all the public fields of the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFields(BindingFlags) When overridden in a derived class, searches for the fields defined for the current Type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetGenericParameterConstraints Returns an array of Type objects that represent the constraints on the current generic type parameter.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetGenericTypeDefinition Returns a Type object that represents a generic type definition from which the current generic type can be constructed.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterface When overridden in a derived class, searches for the specified interface, specifying whether to do a case-insensitive search for the interface name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterfaceMap Returns an interface mapping for the specified interface type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterfaces When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String) Searches for the public members with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String, BindingFlags) Searches for the specified members, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String, MemberTypes, BindingFlags) Searches for the specified members of the specified member type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMembers() Returns all the public members of the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMembers(BindingFlags) When overridden in a derived class, searches for the members defined for the current Type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String) Searches for the public method with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags) Searches for the specified method, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, array<Type[]) Searches for the specified public method whose parameters match the specified argument types.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, array<Type[], array<ParameterModifier[]) Searches for the specified public method whose parameters match the specified argument types and modifiers.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags, Binder, array<Type[], array<ParameterModifier[]) Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags, Binder, CallingConventions, array<Type[], array<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.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethodImpl 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethods() Returns all the public methods of the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethods(BindingFlags) When overridden in a derived class, searches for the methods defined for the current Type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNestedType When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNestedTypes When overridden in a derived class, searches for the types nested in the current Type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperties() Returns all the public properties of the current Type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperties(BindingFlags) When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String) Searches for the public property with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, BindingFlags) Searches for the specified property, using the specified binding constraints.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, Type) Searches for the public property with the specified name and return type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, Type, array<Type[]) Searches for the specified public property whose parameters match the specified argument types.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, Type, array<Type[], array<ParameterModifier[]) Searches for the specified public property whose parameters match the specified argument types and modifiers.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[]) Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetPropertyImpl 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType() Gets the current Type.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType(String) Gets the Type with the specified name, performing a case-sensitive search.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType(String, 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.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetTypeCode Gets the underlying type code of the specified Type.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetTypeFromHandle Gets the type referenced by the specified type handle.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetTypeHandle Gets the handle for the Type of a specified object.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvokeMember(String, BindingFlags, Binder, Object, array<Object[]) Invokes the specified member, using the specified binding constraints and matching the specified argument list.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvokeMember(String, BindingFlags, Binder, Object, array<Object[], array<ParameterModifier[], CultureInfo, array<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.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsArrayImpl When overridden in a derived class, implements the IsArray property and determines whether the Type is an array.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAssignableFrom Determines whether an instance of the current Type can be assigned from an instance of the specified Type.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsByRefImpl When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsCOMObjectImpl When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsDefined 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.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsInstanceOfType Determines whether the specified object is an instance of the current Type.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPointerImpl When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPrimitiveImpl When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsSubclassOf Determines whether the class represented by the current Type derives from the class represented by the specified Type.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsValueTypeImpl Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MakeArrayType() Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MakeArrayType(Int32) Returns a Type object representing an array of the current type, with the specified number of dimensions.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MakeByRefType Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic).
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MakePointerType Returns a Type object that represents a pointer to the current type.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a String representing the name of the current Type. (Overrides Object.ToString().)

Top

See Also

Reference