StructLayoutAttribute {System.Runtime.InteropServices} .NET clr documentation

StructLayoutAttribute

Description

Declare

            
# namespace System.Runtime.InteropServices
export class StructLayoutAttribute extends Attribute {
   TypeId: any kind;
   Value: LayoutKind;
}

        

.NET clr type reference tree

  1. this class extends from Attribute class: Attribute
  2. use by property member TypeId: any kind
  3. use by property member Value: LayoutKind

[Package {$package} version {$version} Index]