Method TryGotoPrev
TryGotoPrev(MoveType, params Func<Instruction, bool>[])
Search backward and moves the cursor to the next sequence of instructions matching the corresponding predicates.
public bool TryGotoPrev(MoveType moveType = MoveType.Before, params Func<Instruction, bool>[] predicates)
Parameters
moveType
MoveTypepredicates
Func<Instruction, bool>[]
Returns
TryGotoPrev(params Func<Instruction, bool>[])
Search backward and moves the cursor to the next sequence of instructions matching the corresponding predicates.
public bool TryGotoPrev(params Func<Instruction, bool>[] predicates)
Parameters
predicates
Func<Instruction, bool>[]