C# Class DelegateDecompiler.Processor.ProcessorState

Afficher le fichier Open project: hazzik/DelegateDecompiler

Méthodes publiques

Méthode Description
Clone ( Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null ) : ProcessorState
Final ( ) : Expression
Merge ( Expression test, ProcessorState leftState, ProcessorState rightState ) : void
ProcessorState ( Stack
stack, DelegateDecompiler.VariableInfo locals, IList
args, Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null, Address>.IDictionary delegates = null ) : System

Method Details

Clone() public méthode

public Clone ( Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null ) : ProcessorState
instruction Mono.Reflection.Instruction
last Mono.Reflection.Instruction
Résultat ProcessorState

Final() public méthode

public Final ( ) : Expression
Résultat System.Linq.Expressions.Expression

Merge() public méthode

public Merge ( Expression test, ProcessorState leftState, ProcessorState rightState ) : void
test System.Linq.Expressions.Expression
leftState ProcessorState
rightState ProcessorState
Résultat void

ProcessorState() public méthode

public ProcessorState ( Stack
stack, DelegateDecompiler.VariableInfo locals, IList
args, Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null, Address>.IDictionary delegates = null ) : System
stack Stack
locals DelegateDecompiler.VariableInfo
args IList
instruction Mono.Reflection.Instruction
last Mono.Reflection.Instruction
delegates Address>.IDictionary
Résultat System