Метод | Описание | |
---|---|---|
IDOMEventListenerFormousedown ( WebKit.DOMNode nd ) : System | ||
callWebScriptMethod ( string name, object &args, int cArgs ) : object | ||
evaluateWebScript ( string script ) : object | ||
handleEvent ( IDOMEvent evt ) : void | ||
removeWebScriptKey ( string name ) : void | ||
setException ( string description ) : void | ||
setWebScriptValueAtIndex ( uint index, object val ) : void | ||
stringRepresentation ( ) : string | ||
throwException ( string exceptionMessage ) : int | ||
webScriptValueAtIndex ( uint index ) : object |
public IDOMEventListenerFormousedown ( WebKit.DOMNode nd ) : System | ||
nd | WebKit.DOMNode | |
Результат | System |
public callWebScriptMethod ( string name, object &args, int cArgs ) : object | ||
name | string | |
args | object | |
cArgs | int | |
Результат | object |
public evaluateWebScript ( string script ) : object | ||
script | string | |
Результат | object |
public handleEvent ( IDOMEvent evt ) : void | ||
evt | IDOMEvent | |
Результат | void |
public removeWebScriptKey ( string name ) : void | ||
name | string | |
Результат | void |
public setException ( string description ) : void | ||
description | string | |
Результат | void |
public setWebScriptValueAtIndex ( uint index, object val ) : void | ||
index | uint | |
val | object | |
Результат | void |
public throwException ( string exceptionMessage ) : int | ||
exceptionMessage | string | |
Результат | int |
public webScriptValueAtIndex ( uint index ) : object | ||
index | uint | |
Результат | object |