ArrayWithOffset(Object, Int32) Konstruktor

Definicja

Inicjuje ArrayWithOffset nowe wystąpienie struktury.

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)

Parametry

array
Object

Tablica zarządzana.

offset
Int32

Przesunięcie w bajtach elementu, który ma zostać przekazany przez wywołanie platformy.

Wyjątki

Tablica jest większa niż 2 gigabajty (GB).

Dotyczy