C# Класс OnlineVideos.Sites.WebAutomation.BrowserHost.Factories.BrowserInstanceConnectorFactory

Static factory pattern
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetConnector() публичный статический Метод

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
Результат BrowserUtilConnector