Component model?

  • Thread starter Thread starter Robson
  • Start date Start date
R

Robson

I have an interface (call it IImagingAlgorithm). I want a user to be able
to create their own IImagingAlgorithm classes and add them into my
framework. So, I'm guessing I will have a directory to search for .DLL's
(or something), loading each one and attempting to instantiate each object,
using the IImagingAlgorithm inteface on each one.

My question is, what is the best way to do this? Shall I just put each
IImagingAlgorithm class into a .DLL and manually load them? If so, how do I
do this?

Thanks.
 
Okay, thats the kind of thing I was thinking. Thanks for the reference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top