Rob Richardson <(E-Mail Removed)> wrote:
> Thanks very much for your reply. Now that I've read those, the difference
> makes sense.
>
> But what do I do about it? I want to create an instance of a derived class
> at run time, when all I know about it is the assembly name and class name,
> and then I want to use that instance through a variable of a base class type
> that is known at compile time. There is probably a way to do it using
> binding contexts or some such thing, but this is one area (of many) in which
> .Net is completely incomprehensible to me.
See
http://www.pobox.com/~skeet/csharp/plugin.html for a couple of
ways.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too