Construtor FieldOffsetAttribute (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 classe FieldOffsetAttribute com o deslocamento na estrutura para o início do campo.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public FieldOffsetAttribute(
int offset
)
public:
FieldOffsetAttribute(
int offset
)
new :
offset:int -> FieldOffsetAttribute
Public Sub New (
offset As Integer
)
Parâmetros
offset
Type: System.Int32O deslocamento em bytes do início da estrutura até o início do campo.
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
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 7.0
Windows Phone
Disponível desde 8.1
Confira Também
Classe FieldOffsetAttribute
Namespace System.Runtime.InteropServices
Retornar ao início