Method MatchLdcI4
MatchLdcI4(Instruction, out int)
Matches an instruction with opcode Ldc_I4.
public static bool MatchLdcI4(this Instruction instr, out int value)
Parameters
instrInstruction- The instruction to try to match.
valueint- The operand value of the instruction.
Returns
MatchLdcI4(Instruction, int)
Matches an instruction with opcode Ldc_I4.
public static bool MatchLdcI4(this Instruction instr, int value)
Parameters
instrInstruction- The instruction to try to match.
valueint- The operand value required for the instruction to match.
Returns
MatchLdcI4(Instruction, uint)
Matches an instruction with opcode Ldc_I4.
public static bool MatchLdcI4(this Instruction instr, uint value)
Parameters
instrInstruction- The instruction to try to match.
valueuint- The operand value required for the instruction to match.