If your plugins don´t have the same functionality then you can define
different interfaces for each subset of functionality, and you can load only
the ones which implement the interface needed for your context.
--
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
"pnp" <pnp.@.softlab.ntua.gr> escribió en el mensaje
news:(E-Mail Removed)...
> thanks on your reply. From what I can see the first option cannot help me
> if I have plugins with different function numbers to use e.g. one has
> three methods to use, the other 11 and so on... Can the second method
> provided help me on a situation like this one?
>