FieldOffsetAttribute(Int32) Construtor

Definição

Inicializa uma nova instância da classe FieldOffsetAttribute com o deslocamento na estrutura para 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 do início da estrutura até o início do campo.

Aplica-se a