1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<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" />
<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>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<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" />
<MemberType>Field</MemberType>
<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>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Explicit">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Explicit = 2" />
<MemberSignature Language="C#" Value="Explicit" />
<MemberType>Field</MemberType>
<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>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Sequential">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.LayoutKind Sequential = 0" />
<MemberSignature Language="C#" Value="Sequential" />
<MemberType>Field</MemberType>
<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>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
<TypeExcluded>0</TypeExcluded>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
</Attributes>
</Type>
|