C# 클래스 SampleApp.CefSampleViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: joemcbride/react-native-wpf

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddMessage ( string message ) : void
ExecuteScript ( string script ) : void

메소드 상세

AddGlobal() 공개 메소드

public AddGlobal ( ) : void
리턴 void

CefSampleViewModel() 공개 메소드

public CefSampleViewModel ( ) : Caliburn.Micro
리턴 Caliburn.Micro

ExecuteGlobal() 공개 메소드

public ExecuteGlobal ( ) : void
리턴 void

FlushQueue() 공개 메소드

public FlushQueue ( ) : void
리턴 void

Go() 공개 메소드

public Go ( ) : void
리턴 void

LoadPageAsync() 공개 정적인 메소드

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

LoadReact() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void

ShowDevTools() 공개 메소드

public ShowDevTools ( ) : void
리턴 void