PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyMethod­Body­Abstraction­Level
Open sandboxFocus

MethodBodyAbstractionLevel Class

Enumerates the level of abstraction and the level of details produced by the AST decompiler.

Inheritance
MethodBodyAbstractionLevel
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public sealed class MethodBodyAbstractionLevel : Enum

Fields

Name Description
ExpressionTree

Returns the expression tree.

Structure

Returns only the block structure (exception handlers).

value__