C# 클래스 OnlineVideos.Sites.WebAutomation.BrowserHost.Factories.BrowserInstanceConnectorFactory

Static factory pattern
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
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