C# 클래스 Spinnaker.Bridge.WinForms.WinFormsBrowserBridge

상속: Spinnaker.Core.BrowserBridge
파일 보기 프로젝트 열기: Claytonious/spinnaker 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteScriptFunction ( string functionName ) : void
ExecuteScriptFunction ( string functionName, string arg ) : void
InvokeOnBrowserSafeThread ( System.Action a ) : void
WinFormsBrowserBridge ( System.Windows.Forms.WebBrowser browser ) : System

보호된 메소드들

메소드 설명
EnhanceDOM ( string viewFilename ) : void
LoadUrl ( Uri uri, System.Action onLoaded ) : void

비공개 메소드들

메소드 설명
HandleDocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
HandleNavigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
WinFormsBrowserBridge ( ) : System

메소드 상세

EnhanceDOM() 보호된 메소드

protected EnhanceDOM ( string viewFilename ) : void
viewFilename string
리턴 void

ExecuteScriptFunction() 공개 메소드

public ExecuteScriptFunction ( string functionName ) : void
functionName string
리턴 void

ExecuteScriptFunction() 공개 메소드

public ExecuteScriptFunction ( string functionName, string arg ) : void
functionName string
arg string
리턴 void

InvokeOnBrowserSafeThread() 공개 메소드

public InvokeOnBrowserSafeThread ( System.Action a ) : void
a System.Action
리턴 void

LoadUrl() 보호된 메소드

protected LoadUrl ( Uri uri, System.Action onLoaded ) : void
uri System.Uri
onLoaded System.Action
리턴 void

WinFormsBrowserBridge() 공개 메소드

public WinFormsBrowserBridge ( System.Windows.Forms.WebBrowser browser ) : System
browser System.Windows.Forms.WebBrowser
리턴 System