Enum SearchTarget
Indicates whether the position of a ILCursor is the result of a search function and
if the next search should ignore the instruction preceeding or following this cursor.
SearchTarget.Next is the result of searching with MoveType.Before, and SearchTarget.Prev from MoveType.After
public enum SearchTarget
- Extension Methods
Fields
None = 0
Next = 1
- A foward searching function cannot match the Next instruction and must move the cursor forward
Prev = 2
- A reverse searching function cannot match the Next instruction and must move the cursor backward