This documentation is archived and is not being maintained.
TypedArray Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a reflectable reference to the Array class. This class stores the element type of a typed array, but this class does not store data.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The TypedArray type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified typed array has the same element type and rank as the current typed array. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetField | Gets a field of the Array class type that has the specified name. |
![]() | GetFields | Gets an array of FieldInfo objects that correspond to all fields of the Array class type. |
![]() | GetHashCode | Serves as a hash function for the element type of the typed array. (Overrides Object::GetHashCode().) |
![]() | GetMember | Gets an array of MemberInfo objects that correspond to all members of the Array class type that match a specified name. |
![]() | GetMembers | Gets an array of MemberInfo objects that correspond to all members of the Array class type. |
![]() | GetMethod(String, BindingFlags) | Gets a method of the Array class type that has the specified name. |
![]() | GetMethod(String, BindingFlags, Binder, array<Type>, array<ParameterModifier>) | Gets a method of the Array class type that has the specified name by using the specified selection criteria. |
![]() | GetMethods | Gets an array of MethodInfo objects that correspond to all methods of the Array class type. |
![]() | GetProperties | Gets an array of PropertyInfo objects that correspond to all properties of the Array class type. |
![]() | GetProperty(String, BindingFlags) | Gets a property of the Array class type that has the specified name. |
![]() | GetProperty(String, BindingFlags, Binder, Type, array<Type>, array<ParameterModifier>) | Gets a property of the Array class type that has the specified name by using the specified selection criteria. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvokeMember | Invokes the specified member of the element type or the Array class type. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that contains the element type of the typed array and the rank information. (Overrides Object::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
