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

Static factory pattern
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode 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 méthode

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
Résultat BrowserUtilConnector