TypeDelegator Class

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

Wraps a Type object and delegates all methods to that Type.

Inheritance Hierarchy

System.Object
  System.Reflection.MemberInfo
    System.Type
      System.Reflection.TypeDelegator

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Class TypeDelegator _
    Inherits Type
[ComVisibleAttribute(true)]
public class TypeDelegator : Type

The TypeDelegator type exposes the following members.

Constructors

  Name Description
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 TypeDelegator() Initializes a new instance of the TypeDelegator class with default properties.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 TypeDelegator(Type) Initializes a new instance of the TypeDelegator class specifying the encapsulating instance.

Top

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Assembly Gets the assembly of the implemented type. (Overrides Type.Assembly.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AssemblyQualifiedName Gets the assembly's fully qualified name. (Overrides Type.AssemblyQualifiedName.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Attributes Gets the attributes associated with the Type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 BaseType Gets the base type for the current type. (Overrides Type.BaseType.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ContainsGenericParameters Gets a value indicating whether the current Type object has type parameters that have not been replaced by specific types. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DeclaringMethod Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DeclaringType Gets the type that declares the current nested type or generic type parameter. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FullName Gets the fully qualified name of the implemented type. (Overrides Type.FullName.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 GenericParameterAttributes Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 GenericParameterPosition Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter, when the Type object represents a type parameter of a generic type or a generic method. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 GUID Gets the GUID (globally unique identifier) of the implemented type. (Overrides Type.GUID.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HasElementType Gets a value indicating 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.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAbstract Gets a value indicating whether the Type is abstract and must be overridden. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAnsiClass Gets a value indicating whether the string format attribute AnsiClass is selected for the Type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsArray Gets a value indicating whether the Type is an array. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAutoClass Gets a value indicating whether the string format attribute AutoClass is selected for the Type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAutoLayout Gets a value indicating whether the class layout attribute AutoLayout is selected for the Type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsByRef Gets a value indicating whether the Type is passed by reference. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsClass Gets a value indicating whether the Type is a class; that is, not a value type or interface. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsCOMObject Gets a value indicating whether the Type is a COM object. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsEnum Gets a value indicating whether the current Type represents an enumeration. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsGenericParameter Gets a value indicating whether the current Type represents a type parameter in the definition of a generic type or method. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsGenericType Gets a value indicating whether the current type is a generic type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsGenericTypeDefinition Gets a value indicating whether the current Type represents a generic type definition, from which other generic types can be constructed. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsImport Gets a value indicating whether the Type has a ComImportAttribute attribute applied, indicating that it was imported from a COM type library. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsInterface Gets a value indicating whether the Type is an interface; that is, not a class or a value type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows Phone IsNested Gets a value indicating whether the current Type object represents a type whose definition is nested inside the definition of another type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedAssembly Gets a value indicating whether the Type is nested and visible only within its own assembly. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedFamANDAssem Gets a value indicating whether the Type is nested and visible only to classes that belong to both its own family and its own assembly. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedFamily Gets a value indicating whether the Type is nested and visible only within its own family. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedFamORAssem Gets a value indicating whether the Type is nested and visible only to classes that belong to either its own family or to its own assembly. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedPrivate Gets a value indicating whether the Type is nested and declared private. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNestedPublic Gets a value indicating whether a class is nested and declared public. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNotPublic Gets a value indicating whether the Type is not declared public. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPointer Gets a value indicating whether the Type is a pointer. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPrimitive Gets a value indicating whether the Type is one of the primitive types. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPublic Gets a value indicating whether the Type is declared public. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsSealed Gets a value indicating whether the Type is declared sealed. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsSpecialName Gets a value indicating whether the Type has a name that requires special handling. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsUnicodeClass Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsValueType Gets a value indicating whether the Type is a value type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsVisible Gets a value indicating whether the Type can be accessed by code outside the assembly. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberType Gets a MemberTypes value indicating that this member is a type or a nested type. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MetadataToken Gets a value that identifies this entity in metadata. (Overrides MemberInfo.MetadataToken.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Module Gets the module that contains the implemented type. (Overrides Type.Module.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the name of the implemented type, with the path removed. (Overrides MemberInfo.Name.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Namespace Gets the namespace of the implemented type. (Overrides Type.Namespace.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ReflectedType Gets the class object that was used to obtain this member. (Inherited from Type.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TypeHandle Gets a handle to the internal metadata representation of an implemented type. (Overrides Type.TypeHandle.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 UnderlyingSystemType Gets the underlying Type that represents the implemented type. (Overrides Type.UnderlyingSystemType.)

Top

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. (Inherited from Type.)
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. (Inherited from 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. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetArrayRank Gets the number of dimensions in an Array. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetAttributeFlagsImpl Gets the attributes assigned to the TypeDelegator. (Overrides Type.GetAttributeFlagsImpl().)
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. (Inherited from Type.)
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. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructorImpl Gets the constructor that implemented the TypeDelegator. (Overrides Type.GetConstructorImpl(BindingFlags, Binder, CallingConventions, array<Type[], array<ParameterModifier[]).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructors() Returns all the public constructors defined for the current Type. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstructors(BindingFlags) Returns an array of ConstructorInfo objects representing constructors defined for the type wrapped by the current TypeDelegator. (Overrides Type.GetConstructors(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Boolean) Returns all the custom attributes defined for this type, specifying whether to search the type's inheritance chain. (Overrides MemberInfo.GetCustomAttributes(Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Type, Boolean) Returns an array of custom attributes identified by type. (Overrides MemberInfo.GetCustomAttributes(Type, Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetDefaultMembers Searches for the members defined for the current Type whose DefaultMemberAttribute is set. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetElementType Returns the Type of the object encompassed or referred to by the current array, pointer or ByRef. (Overrides Type.GetElementType().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvent(String) Returns the EventInfo object representing the specified public event. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvent(String, BindingFlags) Returns the specified event. (Overrides Type.GetEvent(String, BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvents() Returns an array of EventInfo objects representing all the public events declared or inherited by the current TypeDelegator. (Overrides Type.GetEvents().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEvents(BindingFlags) Returns the events specified in bindingAttr that are declared or inherited by the current TypeDelegator. (Overrides Type.GetEvents(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetField(String) Searches for the public field with the specified name. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetField(String, BindingFlags) Returns a FieldInfo object representing the field with the specified name. (Overrides Type.GetField(String, BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFields() Returns all the public fields of the current Type. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFields(BindingFlags) Returns an array of FieldInfo objects representing the data fields defined for the type wrapped by the current TypeDelegator. (Overrides Type.GetFields(BindingFlags).)
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. (Inherited from Type.)
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. (Inherited from Type.)
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. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Returns the hash code for this instance. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterface Returns the specified interface implemented by the type wrapped by the current TypeDelegator. (Overrides Type.GetInterface(String, Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterfaceMap Returns an interface mapping for the specified interface type. (Overrides Type.GetInterfaceMap(Type).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInterfaces Returns all the interfaces implemented on the current class and its base classes. (Overrides Type.GetInterfaces().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String) Searches for the public members with the specified name. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String, BindingFlags) Searches for the specified members, using the specified binding constraints. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMember(String, MemberTypes, BindingFlags) Returns members (properties, methods, constructors, fields, events, and nested types) specified by the given name, type, and bindingAttr. (Overrides Type.GetMember(String, MemberTypes, BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMembers() Returns all the public members of the current Type. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMembers(BindingFlags) Returns members specified by bindingAttr. (Overrides Type.GetMembers(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String) Searches for the public method with the specified name. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod(String, BindingFlags) Searches for the specified method, using the specified binding constraints. (Inherited from Type.)
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. (Inherited from Type.)
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. (Inherited from Type.)
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. (Inherited from Type.)
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. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethodImpl Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. (Overrides Type.GetMethodImpl(String, BindingFlags, Binder, CallingConventions, array<Type[], array<ParameterModifier[]).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethods() Returns all the public methods of the current Type. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethods(BindingFlags) Returns an array of MethodInfo objects representing specified methods of the type wrapped by the current TypeDelegator. (Overrides Type.GetMethods(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNestedType Returns a nested type specified by name and in bindingAttr that are declared or inherited by the type represented by the current TypeDelegator. (Overrides Type.GetNestedType(String, BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNestedTypes Returns the nested types specified in bindingAttr that are declared or inherited by the type wrapped by the current TypeDelegator. (Overrides Type.GetNestedTypes(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperties() Returns all the public properties of the current Type. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperties(BindingFlags) Returns an array of PropertyInfo objects representing properties of the type wrapped by the current TypeDelegator. (Overrides Type.GetProperties(BindingFlags).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String) Searches for the public property with the specified name. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetProperty(String, BindingFlags) Searches for the specified property, using the specified binding constraints. (Inherited from Type.)
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. (Inherited from 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. (Inherited from Type.)
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. (Inherited from Type.)
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. (Inherited from Type.)
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. (Overrides Type.GetPropertyImpl(String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[]).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType() Gets the current Type. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 HasElementTypeImpl Gets a value indicating whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer or a ByRef. (Overrides Type.HasElementTypeImpl().)
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. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvokeMember(String, BindingFlags, Binder, Object, array<Object[], array<ParameterModifier[], CultureInfo, array<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. (Overrides Type.InvokeMember(String, BindingFlags, Binder, Object, array<Object[], array<ParameterModifier[], CultureInfo, array<String[]).)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsArrayImpl Gets a value indicating whether the Type is an array. (Overrides Type.IsArrayImpl().)
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. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsByRefImpl Gets a value indicating whether the Type is passed by reference. (Overrides Type.IsByRefImpl().)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsCOMObjectImpl Gets a value indicating whether the Type is a COM object. (Overrides Type.IsCOMObjectImpl().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsDefined Indicates whether a custom attribute identified by attributeType is defined. (Overrides MemberInfo.IsDefined(Type, Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsInstanceOfType Determines whether the specified object is an instance of the current Type. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPointerImpl Gets a value indicating whether the Type is a pointer. (Overrides Type.IsPointerImpl().)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPrimitiveImpl Gets a value indicating whether the Type is one of the primitive types. (Overrides Type.IsPrimitiveImpl().)
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. (Inherited from Type.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsValueTypeImpl Gets a value indicating whether the type is a value type; that is, not a class or an interface. (Overrides Type.IsValueTypeImpl().)
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. (Inherited from Type.)
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. (Inherited from Type.)
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). (Inherited from Type.)
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. (Inherited from Type.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MakePointerType Returns a Type object that represents a pointer to the current type. (Inherited from 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. (Inherited from Type.)

Top

Remarks

Important noteImportant Note:

In Silverlight-based applications, you cannot derive from this type.

Full-trust libraries can derive from this type and overload only those methods for which they need to provide customized behavior.

Platform Notes

Silverlight for Windows Phone Silverlight for Windows Phone

 TypeDelegator is not supported in Silverlight for Windows Phone.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference