C# 클래스 Expressive.Decompilation.Steps.IndividualElements.DupToCopy
파일 보기
프로젝트 열기: ashmind/expressive
공개 메소드들
메소드 |
설명 |
|
CanInterpret ( Instruction instruction ) : bool |
|
|
Interpret ( Instruction instruction, IndividualDecompilationContext context ) : Expression |
|
|
메소드 상세
public CanInterpret ( Instruction instruction ) : bool |
instruction |
Expressive.Disassembly.Instructions.Instruction |
|
리턴 |
bool |
|
public Interpret ( Instruction instruction, IndividualDecompilationContext context ) : Expression |
instruction |
Expressive.Disassembly.Instructions.Instruction |
|
context |
IndividualDecompilationContext |
|
리턴 |
System.Linq.Expressions.Expression |
|