TypedArray Class
This API supports the product 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)
| Name | Description | |
|---|---|---|
![]() | TypedArray(IReflect^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TypedArray class. |
| Name | Description | |
|---|---|---|
![]() | UnderlyingSystemType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of the TypedArray object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified typed array has the same element type and rank as the current typed array.(Overrides Object::Equals(Object^).) |
![]() | GetField(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a field of the Array class type that has the specified name. |
![]() | GetFields(BindingFlags) | |
![]() | GetHashCode() | This API supports the product infrastructure and is not intended to be used directly from your code. Serves as a hash function for the element type of the typed array.(Overrides Object::GetHashCode().) |
![]() | GetMember(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of MemberInfo objects that correspond to all members of the Array class type that match a specified name. |
![]() | GetMembers(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of MemberInfo objects that correspond to all members of the Array class type. |
![]() | GetMethod(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a method of the Array class type that has the specified name. |
![]() | GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a method of the Array class type that has the specified name by using the specified selection criteria. |
![]() | GetMethods(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of MethodInfo objects that correspond to all methods of the Array class type. |
![]() | GetProperties(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of PropertyInfo objects that correspond to all properties of the Array class type. |
![]() | GetProperty(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a property of the Array class type that has the specified name. |
![]() | GetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a property of the Array class type that has the specified name by using the specified selection criteria. |
![]() | GetType() | |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Invokes the specified member of the element type or the Array class type. |
![]() | ToString() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string that contains the element type of the typed array and the rank information.(Overrides Object::ToString().) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

