C# Class Bloom.IsolatedBrowser

This class is the real implementation of IIsolatedBrowser. Keep this code as simple as possible since it can't adequately be tested.
Inheritance: IIsolatedBrowser
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

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

Private Methods

Méthode Description
RaiseDocumentCompleted ( object sender, Gecko.Events.GeckoDocumentCompletedEventArgs args ) : void
RaiseNavigated ( object sender, Gecko.GeckoNavigatedEventArgs args ) : void

Method Details

Equals() public méthode

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

InstallEventHandlers() public méthode

public InstallEventHandlers ( ) : void
Résultat void

IsolatedBrowser() public méthode

public IsolatedBrowser ( Gecko.GeckoWebBrowser browser ) : System
browser Gecko.GeckoWebBrowser
Résultat System

Navigate() public méthode

public Navigate ( string url ) : void
url string
Résultat void

RemoveEventHandlers() public méthode

public RemoveEventHandlers ( ) : void
Résultat void