Compartilhar via


Construtor ArrayWithOffset (Object, Int32)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da estrutura ArrayWithOffset.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public ArrayWithOffset(
    object array,
    int offset
)
public:
ArrayWithOffset(
    Object^ array,
    int offset
)
new : 
        array:Object *
        offset:int -> ArrayWithOffset
Public Sub New (
    array As Object,
    offset As Integer
)

Parâmetros

  • offset
    Type: System.Int32

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

Exceções

Exception Condition
ArgumentException

A matriz é maior que 2 gigabytes (GB).

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Estrutura ArrayWithOffset
Namespace System.Runtime.InteropServices

Retornar ao início