Axiom.Core.PluginManager.ScanForPlugins C# (CSharp) 메소드

ScanForPlugins() 보호된 메소드

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

Same methods

PluginManager::ScanForPlugins ( string folder ) : IList