Enumeration of address alignments for access to unmanaged memory represented by ICopyBufferExpression, IFieldExpression or IValueOfExpression.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public enum AddressAlignmentFields
| Name | Description |
|---|---|
| Default | Default alignment (machine word). |
| Unaligned1 | 1-byte alignment. |
| Unaligned2 | 2-byte alignment. |
| Unaligned4 | 4-byte alignment. |