C# Class DelegateDecompiler.DecompileExpressionVisitor

Inheritance: System.Linq.Expressions.ExpressionVisitor
Afficher le fichier Open project: hazzik/DelegateDecompiler Class Usage Examples

Méthodes publiques

Méthode Description
Decompile ( Expression expression ) : Expression

Méthodes protégées

Méthode Description
ShouldDecompile ( MemberInfo methodInfo ) : bool
VisitMember ( MemberExpression node ) : Expression
VisitMethodCall ( MethodCallExpression node ) : Expression

Private Methods

Méthode Description
Decompile ( MethodInfo method, Expression instance, IList arguments ) : Expression

Method Details

Decompile() public static méthode

public static Decompile ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

ShouldDecompile() protected méthode

protected ShouldDecompile ( MemberInfo methodInfo ) : bool
methodInfo System.Reflection.MemberInfo
Résultat bool

VisitMember() protected méthode

protected VisitMember ( MemberExpression node ) : Expression
node System.Linq.Expressions.MemberExpression
Résultat System.Linq.Expressions.Expression

VisitMethodCall() protected méthode

protected VisitMethodCall ( MethodCallExpression node ) : Expression
node System.Linq.Expressions.MethodCallExpression
Résultat System.Linq.Expressions.Expression