Enumerates the level of abstraction and the level of details produced by the AST decompiler.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public enum MethodBodyAbstractionLevelFields
| Name | Description |
|---|---|
| ExpressionTree | Returns the expression tree. |
| Structure | Returns only the block structure (exception handlers). |