Method MatchBgt
MatchBgt(Instruction, out ILLabel)
public static bool MatchBgt(this Instruction instr, out ILLabel value)
Parameters
instr
Instruction- The instruction to try to match.
value
ILLabel- The operand value of the instruction.
Returns
MatchBgt(Instruction, ILLabel)
public static bool MatchBgt(this Instruction instr, ILLabel value)
Parameters
instr
Instruction- The instruction to try to match.
value
ILLabel- The operand value required for the instruction to match.
Returns
MatchBgt(Instruction, Instruction)
public static bool MatchBgt(this Instruction instr, Instruction value)
Parameters
instr
Instruction- The instruction to try to match.
value
Instruction- The operand value required for the instruction to match.