Method GetIntOrNull
GetIntOrNull(Instruction)
Get the integer value pushed onto the stack with this instruction.
public static int? GetIntOrNull(this Instruction instr)
Parameters
instrInstruction- The instruction to get the pushed integer value for.
 
Returns
- int?
 - The pushed integer value or null.