Hey,

On Wed, Jun 30, 2010 at 6:13 PM, richa <[email protected]> wrote:
>    Just want to know if this is possible since what I want is given a
> string methodName to a TypeDefinition I would want it return a
> MethodInfo instead of a MethodDefinition which I then pass it to
> System.Reflection.Emit(Opcode , MethosInfo)

Beside the obvious question: why would you want to do that?

There's nothing built in for that, you'd have to assembly.load the
assembly containing your type definition, get the corresponding Type,
and get the method info yourself.

-- 
Jb Evain  <[email protected]>

-- 
--
mono-cecil

Reply via email to