Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StructLayoutAttribute Constructor (Int16)

 

Initalizes a new instance of the StructLayoutAttribute class with the specified System.Runtime.InteropServices::LayoutKind enumeration member.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
StructLayoutAttribute(
	short layoutKind
)

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
Return to top
Show:
© 2017 Microsoft