An enumeration for specifying the packing size of a type.
[Visual Basic] Public Enum PackingSize [C#] public enum PackingSize [C++] public enum PackingSize
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Size1 | The packing size is 1 byte. |
Size16 | The packing size is 16 bytes. |
Size2 | The packing size is 2 bytes. |
Size4 | The packing size is 4 bytes. |
Size8 | The packing size is 8 bytes. |
Unspecified | The packing size is not specified. |
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll