FieldOffsetAttribute(Int32) コンストラクター

定義

フィールドの先頭に対する構造体でのオフセットを指定して、FieldOffsetAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

offset
Int32

構造体の先頭からフィールドの先頭までのバイト単位のオフセット。

適用対象