MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​Reflection.​Method­BodyAddress­Alignment
Open sandboxFocus

AddressAlignment Class

The source code of method bodies and expression bodies is not represented in the high-level API of Metalama. If you need to access source code from an aspect, you must implement a service using Metalama SDK.

Inheritance
System.Object
AddressAlignment
Namespace: PostSharp.Reflection.MethodBody
Assembly: Metalama.Migration.dll
Syntax
public sealed class AddressAlignment : Enum

Fields

Name Description
Default
Unaligned1
Unaligned2
Unaligned4
value__

See Also