mscorlib(4.0.0.0) API with additions
PackingSize.cs
2 
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum PackingSize
10  {
12  [__DynamicallyInvokable]
13  Unspecified = 0,
15  [__DynamicallyInvokable]
16  Size1 = 1,
18  [__DynamicallyInvokable]
19  Size2 = 2,
21  [__DynamicallyInvokable]
22  Size4 = 4,
24  [__DynamicallyInvokable]
25  Size8 = 8,
27  [__DynamicallyInvokable]
28  Size16 = 0x10,
30  [__DynamicallyInvokable]
31  Size32 = 0x20,
33  [__DynamicallyInvokable]
34  Size64 = 0x40,
36  [__DynamicallyInvokable]
37  Size128 = 0x80
38  }
39 }
The packing size is 8 bytes.
The packing size is 64 bytes.
The packing size is 2 bytes.
Definition: __Canon.cs:3
The packing size is 4 bytes.
PackingSize
Specifies one of two factors that determine the memory alignment of fields when a type is marshaled.
Definition: PackingSize.cs:9
The packing size is 128 bytes.
Specifies that the class can be serialized.
The packing size is 1 byte.
The packing size is 32 bytes.
The packing size is 16 bytes.
The time represented is not specified as either local time or Coordinated Universal Time (UTC).