Mono Class Library: Overview

System.Runtime.InteropServices.StructLayoutAttribute: Field Members

The fields of System.Runtime.InteropServices.StructLayoutAttribute are listed below. For a list of all members, see the StructLayoutAttribute Members list.

See Also: Inherited members from System.Attribute

Public Fields

CharSetCharSet. A System.Runtime.InteropServices.CharSet value that indicates the character set in which strings of an object are marshaled.
Packint. A int that indicates the packing alignment used with the LayoutKind.Sequential layout.
Sizeint. A int that indicates the size of the memory block to be allocated for an instance of the type qualified by the current System.Runtime.InteropServices.StructLayoutAttribute.