Method MatchSwitch
MatchSwitch(Instruction, out ILLabel[])
Matches an instruction with opcode Switch.
public static bool MatchSwitch(this Instruction instr, out ILLabel[] value)
Parameters
instr
Instruction- The instruction to try to match.
value
ILLabel[]- The operand value of the instruction.
Returns
MatchSwitch(Instruction, ILLabel[])
Matches an instruction with opcode Switch.
public static bool MatchSwitch(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
MatchSwitch(Instruction, Instruction[])
Matches an instruction with opcode Switch.
public static bool MatchSwitch(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.