|
-
October 17th, 2010, 03:53 PM
#1
Make my application compatible with plugins?
this is not something I am directly familiar with, and I would like to know how to achieve this in C#, so that if I make an application, 3rd parties could create plugins for it...
-
October 17th, 2010, 04:46 PM
#2
Re: Make my application compatible with plugins?
-
October 17th, 2010, 05:04 PM
#3
Re: Make my application compatible with plugins?
Thanks, I know I should have googled it, but I wasn't exactly sure what I was searching for. apologies.
-
October 17th, 2010, 05:06 PM
#4
Re: Make my application compatible with plugins?
Of course, rather than re-inventing the wheel you could check out Mono.Addins or the Managed Extensibility Framework to provide the plugin backend. All you need to do then is define the various interfaces/extension points that you want people to be able to extend.
www.monotorrent.com For all your .NET bittorrent needs
NOTE: My code snippets are just snippets. They demonstrate an idea which can be adapted by you to solve your problem. They are not 100% complete and fully functional solutions equipped with error handling.
-
October 17th, 2010, 05:57 PM
#5
Re: Make my application compatible with plugins?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|