C# 클래스 WebKit.IDOMEventListenerForkeydown

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

공개 메소드들

메소드 설명
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

메소드 상세

IDOMEventListenerForkeydown() 공개 메소드

public IDOMEventListenerForkeydown ( WebKit.DOMNode nd ) : System
nd WebKit.DOMNode
리턴 System

callWebScriptMethod() 공개 메소드

public callWebScriptMethod ( string name, object &args, int cArgs ) : object
name string
args object
cArgs int
리턴 object

evaluateWebScript() 공개 메소드

public evaluateWebScript ( string script ) : object
script string
리턴 object

handleEvent() 공개 메소드

public handleEvent ( IDOMEvent evt ) : void
evt IDOMEvent
리턴 void

removeWebScriptKey() 공개 메소드

public removeWebScriptKey ( string name ) : void
name string
리턴 void

setException() 공개 메소드

public setException ( string description ) : void
description string
리턴 void

setWebScriptValueAtIndex() 공개 메소드

public setWebScriptValueAtIndex ( uint index, object val ) : void
index uint
val object
리턴 void

stringRepresentation() 공개 메소드

public stringRepresentation ( ) : string
리턴 string

throwException() 공개 메소드

public throwException ( string exceptionMessage ) : int
exceptionMessage string
리턴 int

webScriptValueAtIndex() 공개 메소드

public webScriptValueAtIndex ( uint index ) : object
index uint
리턴 object