Hello,

I'm working on developing a plugin system in c# for an application. I need a system that can load and unload an assembly. Ideas? Webs? tutorial?

Thank you for all.

There are many examples on the Net, but I settled for the version on CodeProject by M.Redth. This is a very simplistic example, but a very good starting point. In my own project, I have enhanced Redth's version to Load and Unload on demand, multiple plugins active at the same time, and a messaging scheme between the Host and one or all active plugins.

Plugins are easy once you get the hang of it.
Cheers, Jerry

http://www.codeproject.com/csharp/pluginsincsharp.asp
http://www.divil.co.uk/net/articles/plugins/plugins.asp

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.