C# Class WebKit.IDOMEventListenerForkeydown

Inheritance: IDOMEventListener
Afficher le fichier Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Méthodes publiques

Méthode Description
IDOMEventListenerForkeydown ( 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

Method Details

IDOMEventListenerForkeydown() public méthode

public IDOMEventListenerForkeydown ( WebKit.DOMNode nd ) : System
nd WebKit.DOMNode
Résultat System

callWebScriptMethod() public méthode

public callWebScriptMethod ( string name, object &args, int cArgs ) : object
name string
args object
cArgs int
Résultat object

evaluateWebScript() public méthode

public evaluateWebScript ( string script ) : object
script string
Résultat object

handleEvent() public méthode

public handleEvent ( IDOMEvent evt ) : void
evt IDOMEvent
Résultat void

removeWebScriptKey() public méthode

public removeWebScriptKey ( string name ) : void
name string
Résultat void

setException() public méthode

public setException ( string description ) : void
description string
Résultat void

setWebScriptValueAtIndex() public méthode

public setWebScriptValueAtIndex ( uint index, object val ) : void
index uint
val object
Résultat void

stringRepresentation() public méthode

public stringRepresentation ( ) : string
Résultat string

throwException() public méthode

public throwException ( string exceptionMessage ) : int
exceptionMessage string
Résultat int

webScriptValueAtIndex() public méthode

public webScriptValueAtIndex ( uint index ) : object
index uint
Résultat object