Indicates the physical position of fields within the unmanaged representation of a class or structure.
See Also: FieldOffsetAttribute Members
You can apply this attribute to fields.
This attribute is used when System.Runtime.InteropServices.StructLayoutAttribute, with LayoutKind.Explicit passed to its constructor, is applied to a class or structure to specify the offset of each non- static or constant member within the unmanaged representation of that class or structure.