1
Answer

Force developer using same parameters and return for methods

Serhat Koroglu

Serhat Koroglu

11y
1.1k
1
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?
Answers (1)