ArrayWithOffset(Object, Int32) Costruttore

Definizione

Inizializza una nuova istanza della ArrayWithOffset struttura.

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)

Parametri

array
Object

Matrice gestita.

offset
Int32

Offset in byte dell'elemento da passare tramite platform invoke.

Eccezioni

La matrice è maggiore di 2 gigabyte (GB).

Si applica a