ArrayWithOffset(Object, Int32) Constructeur

Définition

Initialise une nouvelle instance de la structure ArrayWithOffset.

public:
 ArrayWithOffset(System::Object ^ array, int offset);
public ArrayWithOffset (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

Décalage en octets de l’élément à passer par appel de plateforme.

Exceptions

La taille du tableau est supérieure à 2 gigaoctets (Go).

S’applique à