StructLayoutAttribute.Size Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the absolute size of the class or structure.
public: int Size;
public int Size;
val mutable Size : int
Public Size As Integer
Field Value
Remarks
This field must be equal or greater than the total size, in bytes, of the members of the class or structure. This field is primarily for compiler writers who want to extend the memory occupied by a structure for direct, unmanaged access. For example, you can use this field when working with unions that aren't represented directly in metadata.