ArrayWithOffset(Object, Int32) Constructeur

Définition

Initialise une nouvelle instance de la ArrayWithOffset structure.

public:
 ArrayWithOffset(System::Object ^ array, int offset);
public ArrayWithOffset(object array, int offset);
new System.Runtime.InteropServices.ArrayWithOffset : obj * int -> System.Runtime.InteropServices.ArrayWithOffset
Public Sub New (array As Object, offset As Integer)

Paramètres

array
Object

Tableau managé.

offset
Int32

Offset en octets, de l’élément à passer via l’appel de plateforme.

Exceptions

Le tableau est supérieur à 2 gigaoctets (Go).

S’applique à