9using System.Collections.Generic;
Defines an interface to be implemented by a factory loader object that returns ObjectFactory objects ...
Type GetFactoryType(string factoryName)
Returns the type of the factory object.
object GetFactory(string factoryName)
Returns an ObjectFactory object.