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