Documentation for this section has not yet been entered.
Member Name Description Auto Indicates that the appropriate layout of members of an object is automatically chosen. Note: The layout in this case is implementation defined.Explicit Indicates that the precise position of each member of an object is explicitly controlled in unmanaged memory. Each member of the exported class or structure is required to use System.Runtime.InteropServices.FieldOffsetAttribute to indicate the position of that field within the type.
Note: For an example that uses System.Runtime.InteropServices.FieldOffsetAttribute, see the System.Runtime.InteropServices.StructLayoutAttribute class overview.Sequential Indicates that object members are laid out sequentially, in the order in which they appear in the object's type definition.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0