I have some functions in my app that I want to expose to plugins it loads. How do I do this? I know in C++ you just give the plugin a header with a class and when you load the plugin you pass it the class.
But what do you do in C#? I know how to load the plugins.
