C# Class CefGlue.TestInfra.CefWindowless.TestCefGlueWindow

Inheritance: IWebBrowserWindow
Show file Open project: David-Desmaisons/MVVM.CEF.Glue

Private Properties

Property Type Description
OnConsoleMessage void

Public Methods

Method Description
NavigateTo ( Uri path ) : void
TestCefGlueWindow ( Xilium.CefGlue.CefFrame iFrame, TestCefClient client ) : System

Private Methods

Method Description
OnConsoleMessage ( object sender, ConsoleMessageArgs e ) : void

Method Details

NavigateTo() public method

public NavigateTo ( Uri path ) : void
path System.Uri
return void

TestCefGlueWindow() public method

public TestCefGlueWindow ( Xilium.CefGlue.CefFrame iFrame, TestCefClient client ) : System
iFrame Xilium.CefGlue.CefFrame
client TestCefClient
return System