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