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