Table of Contents

Method GetInt

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetInt(Instruction)

Get the integer value pushed onto the stack with this instruction.
public static int GetInt(this Instruction instr)

Parameters

instr Instruction
The instruction to get the pushed integer value for.

Returns

int
The pushed integer value.