Axiom.Core.PluginManager.ScanForPlugins C# (CSharp) Method

ScanForPlugins() protected method

Scans for plugin files in the current directory.
protected ScanForPlugins ( ) : IList
return IList
		protected IList<ObjectCreator> ScanForPlugins()
		{
			return ScanForPlugins( "." );
		}

Same methods

PluginManager::ScanForPlugins ( string folder ) : IList