C# Класс Expressive.Decompiler

Наследование: IDecompiler
Показать файл Открыть проект

Открытые методы

Метод Описание
Decompile ( IManagedMethod method, IList arguments ) : Expression
Decompile ( IManagedMethod method ) : LambdaExpression
Decompiler ( IDisassembler disassembler, IDecompilationPipeline pipeline ) : System

Защищенные методы

Метод Описание
GetSingleExpression ( IList elements ) : Expression

Описание методов

Decompile() публичный Метод

public Decompile ( IManagedMethod method, IList arguments ) : Expression
method IManagedMethod
arguments IList
Результат System.Linq.Expressions.Expression

Decompile() публичный Метод

public Decompile ( IManagedMethod method ) : LambdaExpression
method IManagedMethod
Результат System.Linq.Expressions.LambdaExpression

Decompiler() публичный Метод

public Decompiler ( IDisassembler disassembler, IDecompilationPipeline pipeline ) : System
disassembler IDisassembler
pipeline IDecompilationPipeline
Результат System

GetSingleExpression() защищенный Метод

protected GetSingleExpression ( IList elements ) : Expression
elements IList
Результат System.Linq.Expressions.Expression