메소드 | 설명 | |
---|---|---|
ExecuteScriptFunction ( string functionName ) : void | ||
ExecuteScriptFunction ( string functionName, string arg ) : void | ||
InvokeOnBrowserSafeThread ( System.Action a ) : void | ||
LinuxBrowserBridge ( |
메소드 | 설명 | |
---|---|---|
EnhanceDOM ( string viewFilename ) : void | ||
LoadUrl ( |
메소드 | 설명 | |
---|---|---|
HandleDocumentReady ( ) : void | ||
LinuxBrowserBridge ( ) : System | ||
StringifyArg ( object arg ) : string |
protected EnhanceDOM ( string viewFilename ) : void | ||
viewFilename | string | |
리턴 | void |
public ExecuteScriptFunction ( string functionName ) : void | ||
functionName | string | |
리턴 | void |
public ExecuteScriptFunction ( string functionName, string arg ) : void | ||
functionName | string | |
arg | string | |
리턴 | void |
public InvokeOnBrowserSafeThread ( System.Action a ) : void | ||
a | System.Action | |
리턴 | void |
public LinuxBrowserBridge ( |
||
webBrowser | ||
리턴 | System |
protected LoadUrl ( |
||
uri | ||
onLoaded | System.Action | |
리턴 | void |