Hi, On Sat, Feb 26, 2011 at 5:38 PM, Seldon <[email protected]> wrote: > Lets say I have an Instruction object with instruction.OpCode.Code == > Code.Call. In that case instruction.Operand is a string with method > name, somethimg like "ReturnType > DeclaringType::MethodName(ArgumentType)".
Hm, I'm afraid that's incorrect. The operand will be a MethodReference. Jb -- -- mono-cecil
