Method | Description | |
---|---|---|
Find ( ) : IEnumerable |
Surveys the configured plugin path and returns the the set of types that qualify as plugin classes. Since this method loads assemblies, it must be called from within a dedicated application domain that is subsequently unloaded. |
|
FindPlugins ( ) : IEnumerable |
Returns the name and assembly name of qualifying plugin classes found in assemblies within the designated plugin directory.
|
|
PluginFinder ( ) : System |
Initializes a new instance of the PluginFinder class.
|