Compartilhar via


Método ArrayWithOffset.GetOffset ()

 

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 o deslocamento que foi fornecido quando esse ArrayWithOffset foi construído.

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

Sintaxe

public int GetOffset()
public:
int GetOffset()
member GetOffset : unit -> int
Public Function GetOffset As Integer

Valor Retornado

Type: System.Int32

O deslocamento para esta instâ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