Results 1 to 1 of 1

Thread: Simple Plugin Example.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    16

    Simple Plugin Example.

    This solution consists of 3 projects. The 'BasePlugin' which defines the interface of which plugins are to build upon, a 'Plugin' that implements this interface, and the 'Plugin Loader' application that loads the plugin dynamically.

    This simple example just does a simple 'Hello' message from the plugin, but I was trying to keep it as simple as possible. The concept of a 'plugin' type nature may sound a bit tough to pull off, but due to the .NET runtimes Reflection namespace plugins are something that are EASY, if not trivial, to accomplish.

    Here is the *.zip file containing the solution.
    Attached Files Attached Files
    Last edited by Hack; Jul 5th, 2005 at 05:54 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width