ArrayWithOffset(Object, Int32) Costruttore

Definizione

Inizializza una nuova istanza della struttura 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)

Parametri

array
Object

Matrice gestita.

offset
Int32

Offset in byte dell'elemento da passare mediante chiamata alla piattaforma.

Eccezioni

La matrice è maggiore di 2 GB.

Si applica a