Creates an instance of a class that implements the IManager interface.
Namespace: ReFlex.Data namespace Assembly: ReFlex.Data.dll
public class ManagerFactory
ManagerFactory(Type managerType);
For use by the ManagerHost class.
ManagerFactory factory = new ManagerFactory(typeof(ContactManager));IManager manager = factory.InvokeManager();