Compartilhar via


Método ArrayWithOffset.GetArray ()

 

Dica

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

Retorna a matriz gerenciada referenciada por este ArrayWithOffset.

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

Sintaxe

public object GetArray()
public:
Object^ GetArray()
member GetArray : unit -> Object
Public Function GetArray As Object

Valor Retornado

Type: System.Object

A matriz gerenciada à qual essa instância faz referência.

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