System.Reflection.Emit.PackingSize Enumeration
Assembly:
Mscorlib.dll
Namespace:
System.Reflection.Emit
Summary
Specifies the packing size of a type.
C# Syntax:
[Serializable]
public enum PackingSize
See also:
System.Reflection.Emit Namespace
System.Reflection.Emit.PackingSize Member List:
Public Fields
Size1
The packing size is 1 byte.
Size16
Size2
The packing size is 2 bytes.
Size4
Size8
Unspecified
Hierarchy:
System.Object
System.ValueType
System.Enum
System.Reflection.Emit.PackingSize
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.