Example #1
0
        private static Instruction GetInstuction(NormalizedByteCode bc, int arg1, short arg2)
        {
            Instruction instruction = new Instruction();

            instruction.PatchOpCode(bc, arg1, arg2);
            return(instruction);
        }
Example #2
0
        private static Instruction GetInstuction(NormalizedByteCode bc)
        {
            Instruction instruction = new Instruction();

            instruction.PatchOpCode(bc);
            return(instruction);
        }