Hi there.

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)". Is there any way to retrieve
an object model (e.g. MethodDefinition instance) of this method
without parsing this string?

Thanks.

-- 
--
mono-cecil

Reply via email to