C# Class SampleApp.CefSampleViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: joemcbride/react-native-wpf

Public Methods

Method Description
AddGlobal ( ) : void
CefSampleViewModel ( ) : Caliburn.Micro
ExecuteGlobal ( ) : void
FlushQueue ( ) : void
Go ( ) : void
LoadPageAsync ( IWebBrowser browser, string html = null ) : System.Threading.Tasks.Task
LoadReact ( IWebBrowser browser ) : System.Threading.Tasks.Task
Run ( ) : void
ShowDevTools ( ) : void

Private Methods

Method Description
AddMessage ( string message ) : void
ExecuteScript ( string script ) : void

Method Details

AddGlobal() public method

public AddGlobal ( ) : void
return void

CefSampleViewModel() public method

public CefSampleViewModel ( ) : Caliburn.Micro
return Caliburn.Micro

ExecuteGlobal() public method

public ExecuteGlobal ( ) : void
return void

FlushQueue() public method

public FlushQueue ( ) : void
return void

Go() public method

public Go ( ) : void
return void

LoadPageAsync() public static method

public static LoadPageAsync ( IWebBrowser browser, string html = null ) : System.Threading.Tasks.Task
browser IWebBrowser
html string
return System.Threading.Tasks.Task

LoadReact() public method

public LoadReact ( IWebBrowser browser ) : System.Threading.Tasks.Task
browser IWebBrowser
return System.Threading.Tasks.Task

Run() public method

public Run ( ) : void
return void

ShowDevTools() public method

public ShowDevTools ( ) : void
return void