<Type Name="LayoutKind" FullName="System.Runtime.InteropServices.LayoutKind" FullNameSP="System_Runtime_InteropServices_LayoutKind" Maintainer="ecma">
  <TypeSignature Language="ILASM" Value=".class public sealed serializable LayoutKind extends System.Enum" />
  <TypeSignature Language="C#" Value="public enum LayoutKind" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed LayoutKind extends System.Enum" />
  <MemberOfLibrary>RuntimeInfrastructure</MemberOfLibrary>
  <AssemblyInfo>
    <AssemblyName>mscorlib</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Enum</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>
      <para> Indicates the physical memory layout of objects exported
      to unmanaged code.</para>
    </summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members>
    <Member MemberName="Auto">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Auto = 3" />
      <MemberSignature Language="C#" Value="Auto" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Auto = int32(3)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Runtime.InteropServices.LayoutKind</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Auto</MemberValue>
      <Docs>
        <summary>
          <para> Indicates that the appropriate layout of members of an 
 object is automatically chosen. <block subset="none" type="note">The layout in this case is implementation defined.</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
    <Member MemberName="Explicit">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Explicit = 2" />
      <MemberSignature Language="C#" Value="Explicit" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Explicit = int32(2)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Runtime.InteropServices.LayoutKind</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Explicit</MemberValue>
      <Docs>
        <summary>
          <para> 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 <see cref="T:System.Runtime.InteropServices.FieldOffsetAttribute" /> to indicate the position of that
      field within the type.</para>
          <para>
            <block subset="none" type="note">For
      an example that uses <see cref="T:System.Runtime.InteropServices.FieldOffsetAttribute" />, see
      the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> class overview.</block>
          </para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
    <Member MemberName="Sequential">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Sequential = 0" />
      <MemberSignature Language="C#" Value="Sequential" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Sequential = int32(0)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Runtime.InteropServices.LayoutKind</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Sequential</MemberValue>
      <Docs>
        <summary>
          <para> Indicates that object members are laid out sequentially, in the
      order in which they appear in the object's type definition.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
  </Members>
  <TypeExcluded>0</TypeExcluded>
</Type>
