NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PackingSize Enumeration

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.

Members

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.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

System.Reflection.Emit Namespace