I'm thinking about implementing some kind of plugin framework in my Xamarin.Mac app. If I define a plugin interface, create a bunch of libraries which implement that interface, and then add them as references in my app project, what mechanism should I employ in the app to enumerate and instantiate those plugins?
Thanks