프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
uiDelegate_AddMessageToConsole ( |
메소드 | 설명 | |
---|---|---|
CreateWindowScriptObject ( JSCore context ) : void |
public CallFunction ( string Name, object arguments ) : JSValue | ||
Name | string | |
arguments | object | |
리턴 | JSValue |
public EvaluateScript ( string Name ) : JSCore.JSValue | ||
Name | string | |
리턴 | JSCore.JSValue |
public JSManagement ( |
||
browser | ||
리턴 | System |
public uiDelegate_AddMessageToConsole ( |
||
sender | ||
mes | string | |
u | string | |
line | int | |
error | int | |
리턴 | void |