Loads plugin assemblies dynamically from disk and exposes meta-data about the set of installed plugins, extension points, and extensions to the application.
Example #1
0
			public BackgroundAssemblyLoader(PluginManager owner)
			{
				_owner = owner;
			}
Example #2
0
 public BackgroundAssemblyLoader(PluginManager owner)
 {
     _owner = owner;
 }