[Mono-list] Delivering IMethodCallMessags
Joerg Bornschein
joerg@zilium.de
Sat, 9 Oct 2004 00:26:35 +0200
On Sat, Oct 09, 2004 at 12:08:01AM +0200, Lluis Sanchez wrote:
> > is there a easy way dispatch a IMethodCallMessage to an actual object
> > instance?
>
> You can use RemotingServices.ExecuteMessage() for this.
> I wrote an interception channel that seems to do what are you trying to
> achieve. Have a look at:
> http://primates.ximian.com/~lluis/blog/archives/archive_2003-m10.php#e17
Thanks!
RemotingServices.ExecuteMessage() was exactly the method I was looking for.
In the meantime I found Type.Invoke( .. ) and started doing it all by hand. :-(
Right now I don't understand what your example code does -- but give me some time...
C# and its framework are a bit to huge to gasp in one day.... and this is my first
day learning C#....
j.