FieldOffsetAttribute(Int32) Construtor

Definição

Inicializa uma nova instância da FieldOffsetAttribute classe com o deslocamento na estrutura até o início do campo.

public:
 FieldOffsetAttribute(int offset);
public FieldOffsetAttribute(int offset);
new System.Runtime.InteropServices.FieldOffsetAttribute : int -> System.Runtime.InteropServices.FieldOffsetAttribute
Public Sub New (offset As Integer)

Parâmetros

offset
Int32

O deslocamento em bytes desde o início da estrutura até o início do campo.

Aplica-se a