Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Array::CreateInstance Method

 

Initializes a new instance of the Array class.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, Int32)

Creates a one-dimensional Array of the specified Type and length, with zero-based indexing.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, Int32, Int32)

Creates a two-dimensional Array of the specified Type and dimension lengths, with zero-based indexing.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, Int32, Int32, Int32)

Creates a three-dimensional Array of the specified Type and dimension lengths, with zero-based indexing.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, array<Int32>^)

Creates a multidimensional Array of the specified Type and dimension lengths, with zero-based indexing. The dimension lengths are specified in an array of 32-bit integers.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, array<Int32>^, array<Int32>^)

Creates a multidimensional Array of the specified Type and dimension lengths, with the specified lower bounds.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(Type^, array<Int64>^)

Creates a multidimensional Array of the specified Type and dimension lengths, with zero-based indexing. The dimension lengths are specified in an array of 64-bit integers.

Return to top
Show:
© 2017 Microsoft