C# Class Neutronium.WebBrowserEngine.Awesomium.AwesomiumWPFWebWindowFactory

Inheritance: IWPFWebWindowFactory
Exibir arquivo Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
AwesomiumWPFWebWindowFactory ( string webSessionPath = null ) : System.Threading
Create ( ) : IWPFWebWindow
Dispose ( ) : void

Private Methods

Method Description
AwesomiumWPFWebWindowFactory ( ) : System.Threading
WebCore_ShuttingDown ( object sender, CoreShutdownEventArgs e ) : void

Method Details

AwesomiumWPFWebWindowFactory() public method

public AwesomiumWPFWebWindowFactory ( string webSessionPath = null ) : System.Threading
webSessionPath string
return System.Threading

Create() public method

public Create ( ) : IWPFWebWindow
return IWPFWebWindow

Dispose() public method

public Dispose ( ) : void
return void