I want to enable developers to develop plug-ins for my windows forms application. There is a part to upload a dll for this. Then my application automatically browse uploaded dll files and classes inside these libraries. Then it will invoke the specific methods inside classes.
So how can I force developers developing class libraries with specific parameters for each methods that will be invoked in my application?