C# Class Expressive.ExpressiveExtensions

Mostrar archivo Open project: ashmind/expressive

Public Methods

Method Description
Decompile ( this decompiler, MethodBase method, IList arguments ) : Expression
Decompile ( this decompiler, MethodBase method ) : LambdaExpression
Disassemble ( this disassembler, MethodBase method ) : IEnumerable

Method Details

Decompile() public static method

public static Decompile ( this decompiler, MethodBase method, IList arguments ) : Expression
decompiler this
method System.Reflection.MethodBase
arguments IList
return System.Linq.Expressions.Expression

Decompile() public static method

public static Decompile ( this decompiler, MethodBase method ) : LambdaExpression
decompiler this
method System.Reflection.MethodBase
return System.Linq.Expressions.LambdaExpression

Disassemble() public static method

public static Disassemble ( this disassembler, MethodBase method ) : IEnumerable
disassembler this
method System.Reflection.MethodBase
return IEnumerable