ArrayWithOffset(Object, Int32) Construtor

Definição

Inicializa uma nova instância da ArrayWithOffset estrutura.

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 gerida.

offset
Int32

O deslocamento em bytes do elemento a passar pela plataforma invoca.

Exceções

O array é maior do que 2 gigabytes (GB).

Aplica-se a