[Mono-list] CVS status of System.Reflection.Emit.ILGenerator.EmitCall

Igor Nosyryev nosyryev@attbi.com
Sat, 19 Apr 2003 16:23:46 -0400


This is a multi-part message in MIME format.

------=_NextPart_000_0036_01C30690.0D6DE8F0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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?

Thank you very much!

-----------------------------------------------
Igor Nosyryev
E-mail: nosyryev@attbi.com
------=_NextPart_000_0036_01C30690.0D6DE8F0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>I found that the class=20
System.Reflection.Emit.ILGenerator is marked 100% done in CVS. But the =
method=20
EmitCall is defined as:</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>public void EmitCall (OpCode =
opcode,=20
MethodInfo methodinfo, Type[] optionalParamTypes) {<BR>throw new=20
NotImplementedException ();<BR>}<BR></FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Is this by design? Are there any =
plans to=20
implement it? What is the alternative if I am generating dynamic =
assemblies and=20
I need only managed calls?</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Thank you very much!</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT size=3D2><FONT=20
face=3DArial>-----------------------------------------------</FONT><BR><F=
ONT=20
face=3DVerdana>Igor Nosyryev</FONT></FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>E-mail: </FONT><A=20
href=3D"mailto:nosyryev@attbi.com"><FONT face=3DVerdana=20
size=3D2>nosyryev@attbi.com</FONT></A></DIV></DIV></BODY></HTML>

------=_NextPart_000_0036_01C30690.0D6DE8F0--