ArrayWithOffset(Object, Int32) Construtor

Definição

Inicializa uma nova instância da estrutura 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)

Parâmetros

array
Object

Uma matriz gerenciada.

offset
Int32

O deslocamento, em bytes, do elemento a ser passado pela invocação de plataforma.

Exceções

A matriz é maior que 2 gigabytes (GB).

Aplica-se a