[Mono-list] CVS status of
System.Reflection.Emit.ILGenerator.EmitCall
Miguel de Icaza
miguel@ximian.com
20 Apr 2003 16:42:44 -0400
Hello,
> I found that the class System.Reflection.Emit.ILGenerator is marked
> 100% done in CVS. But the method EmitCall is defined as:
>
> public void EmitCall (OpCode opcode, MethodInfo methodinfo, Type[]
> optionalParamTypes) {
> throw new NotImplementedException ();
> }
>
> Is this by design? Are there any plans to implement it? What is the
> alternative if I am generating dynamic assemblies and I need only
> managed calls?
This is just method that has not been implemented. I have not looked
into what that routine does, but should be relatively simple to
implement.
The method is pretty easy to implement, I am checking in a version now.
Miguel.