C# Class CefGlue.TestInfra.CefWindowless.TestCefGlueWindow

Inheritance: IWebBrowserWindow
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Private Properties

Свойство Type Description
OnConsoleMessage void

Méthodes publiques

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

Private Methods

Méthode Description
OnConsoleMessage ( object sender, ConsoleMessageArgs e ) : void

Method Details

NavigateTo() public méthode

public NavigateTo ( Uri path ) : void
path System.Uri
Résultat void

TestCefGlueWindow() public méthode

public TestCefGlueWindow ( Xilium.CefGlue.CefFrame iFrame, TestCefClient client ) : System
iFrame Xilium.CefGlue.CefFrame
client TestCefClient
Résultat System