TypedArray Class

Definition

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.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class TypedArray sealed : System::Reflection::IReflect
public sealed class TypedArray : System.Reflection.IReflect
type TypedArray = class
    interface IReflect
Public NotInheritable Class TypedArray
Implements IReflect
Inheritance
TypedArray
Implements

Constructors

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.

Properties

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.

Methods

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.

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)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an array of FieldInfo objects that correspond to all fields of the Array class type.

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.

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, Type[], 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, Type[], 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()

Gets the Type of the current instance.

(Inherited from Object)
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, 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.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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.

Applies to

See also