C# Class OnlineVideos.Sites.WebAutomation.BrowserHost.Factories.BrowserInstanceConnectorFactory

Static factory pattern
Show file Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
GetConnector ( string connectorType, ILog logger, System.Windows.Forms.WebBrowser browser = null ) : BrowserUtilConnector

Load the first matching class from the site util dlls with the class name matching the connectorType

Method Details

GetConnector() public static method

Load the first matching class from the site util dlls with the class name matching the connectorType
public static GetConnector ( string connectorType, ILog logger, System.Windows.Forms.WebBrowser browser = null ) : BrowserUtilConnector
connectorType string
logger ILog
browser System.Windows.Forms.WebBrowser
return BrowserUtilConnector