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