[Mono-list] Type.InvokeMember

Rachel Hestilow hestilow@ximian.com
08 Jun 2002 21:28:13 -0500


So I discovered that .NET has its own late-binding functionality, which
I need for MonoLOGO. Up till now I have been using my own dynamic
dispatch code, but I'd like to replace it with the appropriate calls to
InvokeMember()...unfortunately, this is not implemented yet. I'd like to
try my hand at implementing it, since I've already implemented it once
for LOGO. Any objections/suggestions?

-- Rachel