C# 클래스 Espresso.JsFunction

상속: IDisposable
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Invoke ( ) : object
JsFunction ( Espresso.JsContext context, IntPtr funcPtr, IntPtr thisPtr ) : System
MakeDelegate ( Type targetDelegateType ) : Delegate

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
JsFunction ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Invoke() 공개 메소드

public Invoke ( ) : object
리턴 object

JsFunction() 공개 메소드

public JsFunction ( Espresso.JsContext context, IntPtr funcPtr, IntPtr thisPtr ) : System
context Espresso.JsContext
funcPtr System.IntPtr
thisPtr System.IntPtr
리턴 System

MakeDelegate() 공개 메소드

public MakeDelegate ( Type targetDelegateType ) : Delegate
targetDelegateType System.Type
리턴 System.Delegate