C# 클래스 WebKit.JSManagement

파일 보기 프로젝트 열기: Erls-Corporation/open-webkit-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateWindowScriptObject void

공개 메소드들

메소드 설명
CallFunction ( string Name, object arguments ) : JSValue

Calls a function with the specified arguments in the script environment.

EvaluateScript ( string Name ) : JSCore.JSValue

Executes a Script in the Global Context and returns its value.

JSManagement ( WebKitBrowser browser ) : System
uiDelegate_AddMessageToConsole ( WebView sender, string mes, string u, int line, int error ) : void

비공개 메소드들

메소드 설명
CreateWindowScriptObject ( JSCore context ) : void

메소드 상세

CallFunction() 공개 메소드

Calls a function with the specified arguments in the script environment.
public CallFunction ( string Name, object arguments ) : JSValue
Name string
arguments object
리턴 JSValue

EvaluateScript() 공개 메소드

Executes a Script in the Global Context and returns its value.
public EvaluateScript ( string Name ) : JSCore.JSValue
Name string
리턴 JSCore.JSValue

JSManagement() 공개 메소드

public JSManagement ( WebKitBrowser browser ) : System
browser WebKitBrowser
리턴 System

uiDelegate_AddMessageToConsole() 공개 메소드

public uiDelegate_AddMessageToConsole ( WebView sender, string mes, string u, int line, int error ) : void
sender WebView
mes string
u string
line int
error int
리턴 void