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

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

適用対象