MethodBodyAbstractionLevel Enumeration |
Enumerates the level of abstraction and the level of details produced by the AST decompiler.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public enum MethodBodyAbstractionLevel
Member name | Value | Description | |
---|---|---|---|
Structure | 0 | Returns only the block structure (exception handlers). | |
ExpressionTree | 1 | Returns the expression tree. |