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
);
BoundArray Class | BoundArray Members | PEAPI Namespace | BoundArray Constructor Overload List