Method SetBody
SetBody(Boolean, ITypeRef[])
Sets the body of the structure
Declaration
void SetBody(bool packed, params ITypeRef[] elements)
Parameters
void SetBody(bool packed, params ITypeRef[] elements)
Boolean | packed | Flag to indicate if the body elements are packed (e.g. no padding) |
ITypeRef[] | elements | Optional types of each element |
Remarks
To set the body, at least one element type is required. If none are provided this is a NOP.