C# 클래스 Bloom.IsolatedBrowser

This class is the real implementation of IIsolatedBrowser. Keep this code as simple as possible since it can't adequately be tested.
상속: IIsolatedBrowser
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Check whether the specified object is an IsolatedBrowser that points to the same GeckoWebBrowser underneath.

InstallEventHandlers ( ) : void
IsolatedBrowser ( Gecko.GeckoWebBrowser browser ) : System
Navigate ( string url ) : void
RemoveEventHandlers ( ) : void

비공개 메소드들

메소드 설명
RaiseDocumentCompleted ( object sender, Gecko.Events.GeckoDocumentCompletedEventArgs args ) : void
RaiseNavigated ( object sender, Gecko.GeckoNavigatedEventArgs args ) : void

메소드 상세

Equals() 공개 메소드

Check whether the specified object is an IsolatedBrowser that points to the same GeckoWebBrowser underneath.
public Equals ( object obj ) : bool
obj object
리턴 bool

InstallEventHandlers() 공개 메소드

public InstallEventHandlers ( ) : void
리턴 void

IsolatedBrowser() 공개 메소드

public IsolatedBrowser ( Gecko.GeckoWebBrowser browser ) : System
browser Gecko.GeckoWebBrowser
리턴 System

Navigate() 공개 메소드

public Navigate ( string url ) : void
url string
리턴 void

RemoveEventHandlers() 공개 메소드

public RemoveEventHandlers ( ) : void
리턴 void