Hi, On 9/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The value of the operand is "Mono.Cecil.Cil.Instruction". I would like > to ask what I should do to know where the instruction jumps to. > Thank you.
The operand is the Instruction the branch jumps to. So as every instruction, it has an offset you can read. -- Jb Evain <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
