Let's say I have a base class called A with an abstract
function called
Process and a child class called B that implements Process.
Now let's
say I have a server which has knowledge of both of these
classes and a
client which only has knowledge of class B. What I'd like to
do is send
the byte code of an instance of B from the server to the
client and
have the client call Process on that object. Is there any
way to do
this in C#?
Thanks in advance . . .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups-beta.google.com/group/C_Sharp?hl=en
-~----------~----~----~----~------~----~------~--~---
|