PEAPI

BoundArray Constructor (Type, UInt32)

Create a new multi dimensional array type eg. elemType[,,] would be new BoundArray(elemType,3)

[Visual Basic]
Overloads Public Sub New( _
   ByVal elementType As PEAPI.Type, _
   ByVal dimensions As System.UInt32 _
)
[C#]
public BoundArray(
   Type elementType,
   uint dimensions
);

Parameters

elementType
the type of the elements
dimensions
the number of dimensions

See Also

BoundArray Class | BoundArray Members | PEAPI Namespace | BoundArray Constructor Overload List