StructLayoutAttribute Constructor (Int16)
.NET Framework (current version)
Initalizes a new instance of the StructLayoutAttribute class with the specified System.Runtime.InteropServices::LayoutKind enumeration member.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- layoutKind
-
Type:
System::Int16
A 16-bit integer that represents one of the LayoutKind values that specifes how the class or structure should be arranged.
This constructor takes an underlying 16-bit integer that represents each LayoutKind enumeration member. The Tlbimp.exe (Type Library Importer) uses this constructor.
.NET Framework
Available since 1.1
Available since 1.1
Show: