StructLayoutAttribute.Size Field

Definition

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 are not represented in metadata directly.

Applies to